Hide menu
Loading...
Searching...
No Matches
cadex.Utilities.LoggerHandler Class Referenceabstract

Base class for all log message handlers. More...

Inheritance diagram for cadex.Utilities.LoggerHandler:
cadex.Utilities.LoggerFileHandler

Public Member Functions

void Dispose ()
 
void Append (cadex.UTF16String theMessage)
 

Protected Member Functions

virtual void Dispose (bool disposing)
 

Detailed Description

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.