FileLogger Class |
Namespace: Mavidian.DataConveyer.Logging
The FileLogger type exposes the following members.
Name | Description | |
---|---|---|
LogDescription |
Description of the process being logged; placed in the logger header.
May be helpful in distinguishing between differenet entries place in the same log.
| |
LoggerType |
Type of the logger, i.e. LogFile.
| |
LoggingThreshold |
The least severe severity level to be logged.
If not assigned during logger construction, a level of None will be assumed (i.e. no entries will be logged).
|
Name | Description | |
---|---|---|
Dispose |
Dispose the underlying text writer.
| |
Log |
Send the log entry to a text file (log file).
|