ESA JPIP server
0.1
|
Wrapper used by the application to handle the log/trace messages by means of the log4cpp library. More...
#include <trace.h>
Static Public Member Functions | |
static bool | AppendToFile (const char *name) |
static bool | AppendToFile (const std::string &name) |
static log4cpp::CategoryStream | logStream () |
static log4cpp::CategoryStream | errorStream () |
static log4cpp::CategoryStream | traceStream () |
Private Member Functions | |
TraceSystem () | |
virtual | ~TraceSystem () |
bool | AppendToFile_ (const char *name) |
Private Attributes | |
log4cpp::Category * | category |
log4cpp::Appender * | appender |
log4cpp::PatternLayout * | layout |
log4cpp::Appender * | file_appender |
log4cpp::PatternLayout * | file_layout |
Static Private Attributes | |
static TraceSystem | traceSystem |
Wrapper used by the application to handle the log/trace messages by means of the log4cpp library.
|
private |
|
privatevirtual |
|
inlinestatic |
|
inlinestatic |
|
private |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
private |
|
private |
|
private |
|
private |
|
private |
|
staticprivate |