8 #ifndef _LOG4CPP_WIN32DEBUGAPPENDER_HH 9 #define _LOG4CPP_WIN32DEBUGAPPENDER_HH 11 #ifdef WIN32 // only use this on Win32 54 #error NTEventLoggAppender is not available on on Win32 platforms 57 #endif // _LOG4CPP_WIN32DEBUGAPPENDER_HH Win32DebugAppender simply sends the log message to the default system debugger on Win32 systems...
Definition: Win32DebugAppender.hh:25
#define LOG4CPP_EXPORT
Definition: Export.hh:26
The top level namespace for all 'Log for C++' types and classes.
Definition: AbortAppender.hh:16
The internal representation of logging events.
Definition: LoggingEvent.hh:32
LayoutAppender is a common superclass for all Appenders that require a Layout.
Definition: LayoutAppender.hh:24