logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

log4tango::OstreamAppender

Author

       Generated automatically by Doxygen for log4tango from the source code.

Version 5.0.1                                    Fri Feb 14 2020                   log4tango::OstreamAppender(3)

Constructor & Destructor Documentation

log4tango::OstreamAppender::OstreamAppender(conststd::string&name,std::ostream*stream)log4tango::OstreamAppender::~OstreamAppender()[virtual]

Member Data Documentation

std::ostream*log4tango::OstreamAppender::_stream[protected]

Member Function Documentation

intlog4tango::OstreamAppender::_append(constLoggingEvent&event)[protected],[virtual]
       Log in Appender specific way. Subclasses of Appender should implement this method to perform actual
       logging.

       Parametersevent The LoggingEvent to log.

       Implements log4tango::Appender.

   voidlog4tango::OstreamAppender::close()[virtual]
       Release any resources allocated within the appender such as file handles, network connections, etc.

       Implements log4tango::Appender.

   boollog4tango::OstreamAppender::reopen(void)[virtual]
       Reopens the output destination of this Appender, e.g. the logfile or TCP socket.

       Returns
           false if an error occured during reopening, true otherwise.

       Reimplemented from log4tango::Appender.

Name

       log4tango::OstreamAppender

Synopsis

       #include <OstreamAppender.hh>

       Inherits log4tango::LayoutAppender.

   PublicMemberFunctionsOstreamAppender (const std::string &name, std::ostream *stream)
       virtual ~OstreamAppender ()
       virtual bool reopen ()
           Reopens the output destination of this Appender, e.g.
       virtual void close ()
           Release any resources allocated within the appender such as file handles, network connections, etc.

   ProtectedMemberFunctions
       virtual int _append (const LoggingEvent &event)
           Log in Appender specific way.

   ProtectedAttributes
       std::ostream * _streamAdditionalInheritedMembers

See Also