8#ifndef _LOG4CPP_WIN32DEBUGAPPENDER_HH
9#define _LOG4CPP_WIN32DEBUGAPPENDER_HH
54#error NTEventLoggAppender is not available on on Win32 platforms
#define LOG4CPP_EXPORT
Definition Export.hh:26
LayoutAppender(const std::string &name)
Definition LayoutAppender.cpp:15
virtual void close()
Close method.
Definition Win32DebugAppender.cpp:35
virtual void _append(const LoggingEvent &event)
Method that does the actual work.
Definition Win32DebugAppender.cpp:38
Win32DebugAppender(const std::string &name)
Constructor.
Definition Win32DebugAppender.cpp:27
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