log4cplus  1.1.0
Public Member Functions
log4cplus::TraceLogger Class Reference

This class is used to produce "Trace" logging. More...

#include <tracelogger.h>

List of all members.

Public Member Functions

 TraceLogger (const Logger &l, const log4cplus::tstring &_msg, const char *_file=NULL, int _line=-1)
 ~TraceLogger ()

Detailed Description

This class is used to produce "Trace" logging.

When an instance of this class is created, it will log a "ENTER: " + msg log message if TRACE_LOG_LEVEL is enabled for logger. When an instance of this class is destroyed, it will log a "ENTER: " + msg log message if TRACE_LOG_LEVEL is enabled for logger.

See also:
LOG4CPLUS_TRACE

Definition at line 50 of file tracelogger.h.


Constructor & Destructor Documentation

log4cplus::TraceLogger::TraceLogger ( const Logger l,
const log4cplus::tstring _msg,
const char *  _file = NULL,
int  _line = -1 
) [inline]

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