log4shib  1.0.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Protected Member Functions | Protected Attributes
log4shib::OstreamAppender Class Reference

OstreamAppender appends LoggingEvents to ostreams. More...

#include <OstreamAppender.hh>

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

List of all members.

Public Member Functions

 OstreamAppender (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.

Protected Member Functions

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

Protected Attributes

std::ostream * _stream

Detailed Description

OstreamAppender appends LoggingEvents to ostreams.


Constructor & Destructor Documentation

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

Member Function Documentation

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

Log in Appender specific way.

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

Parameters:
eventThe LoggingEvent to log.

Implements log4shib::AppenderSkeleton.

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

Implements log4shib::AppenderSkeleton.

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 log4shib::AppenderSkeleton.


Member Data Documentation

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

The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines