log4cplus  2.0.0
Public Member Functions | Static Public Member Functions | Protected Member Functions
log4cplus::Qt4DebugAppender Class Reference

#include <qt4debugappender.h>

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

List of all members.

Public Member Functions

 Qt4DebugAppender ()
 Qt4DebugAppender (helpers::Properties const &)
virtual ~Qt4DebugAppender ()
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.

Detailed Description

Definition at line 76 of file qt4debugappender.h.


Constructor & Destructor Documentation


Member Function Documentation

virtual void log4cplus::Qt4DebugAppender::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::Qt4DebugAppender::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.


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