#include <Win32DebugAppender.hh>
Inheritance diagram for log4cpp::Win32DebugAppender:
Public Methods | |
Win32DebugAppender (const std::string &name) | |
Constructor. More... | |
virtual | ~Win32DebugAppender () |
Destructor. More... | |
virtual void | close () |
Close method. More... | |
Protected Methods | |
virtual void | _append (const LoggingEvent &event) |
Method that does the actual work. More... |
This is useful for users of MSVC and Borland because the log messages will show up in the debugger window.
NB: This class is only available on Win32 platforms.
|
Constructor.
|
|
Destructor.
|
|
Method that does the actual work. In this case, it simply sets up the layout and calls the OutputDebugString API.
Implements log4cpp::AppenderSkeleton. |
|
Close method. This is called by the framework, but there is nothing to do for the OutputDebugString API, so it simply returns. Implements log4cpp::AppenderSkeleton. |