log4tango::OstreamAppender
Contents
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