![]() | Mavidian.DataConveyer.Logging Namespace |
Class | Description | |
---|---|---|
![]() | FileLogger |
A simple logger that sends log entries to a text file.
It operates in append mode (prior contents of the log file is preserved).
It needs exclusive access to the file, so no concurrent access is allowed.
|
![]() | LogEntry |
Entry to be placed on a log.
|
![]() | LoggerCreator |
A factory class to create logger instances.
|
Interface | Description | |
---|---|---|
![]() | ILogger |
Logging facade to be implemented by the actual logger, e.g. NLog.
|
Enumeration | Description | |
---|---|---|
![]() | LogEntrySeverity |
Type/level of the log entry (the higher value, the less severe message).
|
![]() | LoggerType |
Type of the logger to process the log entries
|