23 #ifndef _LOG4CPLUS_SPI_INTERNAL_LOGGING_EVENT_HEADER_
24 #define _LOG4CPLUS_SPI_INTERNAL_LOGGING_EVENT_HEADER_
26 #include "dcmtk/oflog/config.h"
33 #include "dcmtk/ofstd/ofaptr.h"
65 const char* function_)
71 timestamp(log4cplus::helpers::Time::gettimeofday()),
73 ? LOG4CPLUS_C_STR_TO_TSTRING(filename)
77 ? LOG4CPLUS_C_STR_TO_TSTRING(function_)
108 : message(rhs.getMessage()),
109 loggerName(rhs.getLoggerName()),
110 ll(rhs.getLogLevel()),
112 thread(rhs.getThread()),
113 timestamp(rhs.getTimestamp()),
116 function(rhs.getFunction()),
122 virtual ~InternalLoggingEvent();
133 virtual unsigned int getType()
const;
154 ndc = log4cplus::getNDC().
get();
163 thread = LOG4CPLUS_GET_CURRENT_THREAD_NAME;
187 static unsigned int getDefaultType();
211 #endif // _LOG4CPLUS_SPI_INTERNAL_LOGGING_EVENT_HEADER_