LogEvent Constructor |
[This is preliminary documentation and is subject to change.]
Name | Description | |
---|---|---|
LogEvent(Level, String) |
Creates a log event with given severity and message
| |
LogEvent(Level, String, String) |
Creates a log event with given severity, message and the source from where the event originated
| |
LogEvent(Level, String, String, String) |
Creates a log even with given severity, message, source and file from where the event originated
| |
LogEvent(Level, String, String, String, Int32) |
Creates a log even with given severity, message, source, file and line number from where the event originated
|