Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

log4cpp::OstreamAppender Class Reference

OstreamAppender appends LoggingEvents to ostreams. More...

#include <OstreamAppender.hh>

Inheritance diagram for log4cpp::OstreamAppender:

Inheritance graph
[legend]
Collaboration diagram for log4cpp::OstreamAppender:

Collaboration graph
[legend]
List of all members.

Public Methods

 OstreamAppender (const std::string &name, std::ostream *stream)
virtual ~OstreamAppender ()
virtual bool reopen ()
 Reopens the output destination of this Appender, e.g. More...

virtual void close ()
 Release any resources allocated within the appender such as file handles, network connections, etc.


Protected Methods

virtual void _append (const LoggingEvent &event)
 Log in Appender specific way. More...


Protected Attributes

std::ostream* _stream

Detailed Description

OstreamAppender appends LoggingEvents to ostreams.


Constructor & Destructor Documentation

log4cpp::OstreamAppender::OstreamAppender ( const std::string & name,
std::ostream * stream )
 

virtual log4cpp::OstreamAppender::~OstreamAppender ( ) [virtual]
 


Member Function Documentation

virtual void log4cpp::OstreamAppender::_append ( const LoggingEvent & event ) [protected, virtual]
 

Log in Appender specific way.

Subclasses of Appender should implement this method to perform actual logging.

Parameters:
event   The LoggingEvent to log.

Reimplemented from log4cpp::AppenderSkeleton.

virtual void log4cpp::OstreamAppender::close ( ) [virtual]
 

Release any resources allocated within the appender such as file handles, network connections, etc.

Reimplemented from log4cpp::AppenderSkeleton.

virtual bool log4cpp::OstreamAppender::reopen ( ) [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 log4cpp::AppenderSkeleton.


Member Data Documentation

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


The documentation for this class was generated from the following file:
Generated at Mon Jun 11 01:25:24 2001 for log4cpp by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001