Base class for all log message handlers. More...
Public Member Functions | |
| void | Dispose () |
| void | Append (cadex.UTF16String theMessage) |
Protected Member Functions | |
| virtual void | Dispose (bool disposing) |
Base class for all log message handlers.
Subclasses must define the virtual method Append() which is called by the logger to process a message.
The message is provided in the form of a Unicode string.