8 #ifndef _LOG4CPP_WIN32DEBUGAPPENDER_HH 9 #define _LOG4CPP_WIN32DEBUGAPPENDER_HH 11 #ifdef _WIN32 // only use this on Win32 33 Win32DebugAppender(
const std::string& name);
37 virtual ~Win32DebugAppender();
55 Win32DebugAppender &
operator=(
const Win32DebugAppender &);
60 #error NTEventLoggAppender is not available on on Win32 platforms 65 #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 &)