log4cplus  2.0.0
Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes
log4cplus::MSTTSAppender Class Reference

#include <msttsappender.h>

Inheritance diagram for log4cplus::MSTTSAppender:
[legend]
Collaboration diagram for log4cplus::MSTTSAppender:
[legend]

List of all members.

Public Member Functions

 MSTTSAppender ()
 MSTTSAppender (helpers::Properties const &)
virtual ~MSTTSAppender ()
virtual void close ()
 Release any resources allocated within the appender such as file handles, network connections, etc.

Static Public Member Functions

static void registerAppender ()

Protected Member Functions

virtual void append (spi::InternalLoggingEvent const &)
 Subclasses of Appender should implement this method to perform actual logging.

Protected Attributes

Data * data

Detailed Description

Definition at line 77 of file msttsappender.h.


Constructor & Destructor Documentation


Member Function Documentation

virtual void log4cplus::MSTTSAppender::append ( spi::InternalLoggingEvent const &  event) [protected, virtual]

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

See also:
doAppend method.

Implements log4cplus::Appender.

virtual void log4cplus::MSTTSAppender::close ( ) [virtual]

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

It is a programming error to append to a closed appender.

Implements log4cplus::Appender.


Member Data Documentation

Data* log4cplus::MSTTSAppender::data [protected]

Definition at line 92 of file msttsappender.h.


The documentation for this class was generated from the following file: