LogEvent Methods |
[This is preliminary documentation and is subject to change.]
The LogEvent type exposes the following members.
Name | Description | |
---|---|---|
Debug |
Factory method that creates a logging event with Debug and a given message.
It will automatically try to determine the source method, source file and line number
| |
Error |
Factory method that creates a logging event with Error and a given message.
It will automatically try to determine the source method, source file and line number
| |
Info |
Factory method that creates a logging event with Info and a given message.
It will automatically try to determine the source method, source file and line number
| |
Trace |
Factory method that creates a logging event with Trace and a given message.
It will automatically try to determine the source method, source file and line number
| |
Warn |
Factory method that creates a logging event with Warn and a given message.
It will automatically try to determine the source method, source file and line number
|