LogSource Methods |
The LogSource type exposes the following members.
Name | Description | |
---|---|---|
ForCurrentType |
Gets a new LogSource keeping all the configuration of the current instance, but for the calling type.
| |
ForType |
Gets a new LogSource keeping all the configuration of the current instance, but for a different type.
| |
Get |
Gets a LogSource for the calling type.
| |
IsEnabled | ||
WithLevel |
Exposes methods that allow to write messages and open activities with a specified LogLevel.
| |
WithLevels |
Returns a new LogSource based on the current instance, but overrides the default logging levels.
| |
WriteExecutionPoint |
Emits a log record with the source file and line of the caller.
|