LogSource Properties |
The LogSource type exposes the following members.
Name | Description | |
---|---|---|
Critical |
Exposes methods that allow to write messages and open activities with the Critical severity.
| |
CurrentContext | ||
Debug |
Exposes methods that allow to write messages and open activities with the Debug severity.
| |
Default |
Exposes methods that allow to write messages and open activities with the default severity of the current LogSource. The default severity is Debug,
unless it has been overwritten by the WithLevels(LogLevel, LogLevel) method.
| |
Error |
Exposes methods that allow to write messages and open activities with the Error severity.
| |
Failure |
Exposes methods that allow to write messages and open activities with the default failure severity of the current LogSource. The default severity is Error,
unless it has been overwritten by the WithLevels(LogLevel, LogLevel) method.
| |
Info |
Exposes methods that allow to write messages and open activities with the Info severity.
| |
None |
Exposes methods that allow to open activities with the None severity. Such activities are never displayed,
but they can define properties that can be inherited to children activities and messages.
| |
Trace |
Exposes methods that allow to write messages and open activities with the Trace severity.
| |
Warning |
Exposes methods that allow to write messages and open activities with the Warning severity.
|