LoggerBase - Aghyad-Khlefawi/Coddee GitHub Wiki
A base implementation for the Logger classes. This class provide a builder methods to build a string that represent the LogRecord
Methods
| Name | Description |
|---|---|
| BuildEvent(LogRecord,bool) | Build a string that represent the LogRecord object |
| BuildExceptionString(Exception,int,bool) | Build a string that represent the exception object |