8 #ifndef _LOG4CPP_WIN32DEBUGAPPENDER_HH 9 #define _LOG4CPP_WIN32DEBUGAPPENDER_HH 11 #ifdef _WIN32 // only use this on Win32 31 Win32DebugAppender(
const std::string& name);
35 virtual ~Win32DebugAppender();
53 Win32DebugAppender &
operator=(
const Win32DebugAppender &);
58 #error NTEventLoggAppender is not available on on Win32 platforms 61 #endif // _LOG4CPP_WIN32DEBUGAPPENDER_HH
The top level namespace for all 'Log for C++' types and classes.
virtual void _append(const LoggingEvent &event)=0
Log in Appender specific way.
LayoutAppender is a common superclass for all Appenders that require a Layout.
virtual void close()=0
Release any resources allocated within the appender such as file handles, network connections...
LayoutAppender & operator=(const LayoutAppender &)