LogLevelSource Properties |
The LogLevelSource type exposes the following members.
Name | Description | |
---|---|---|
EnabledOrNull |
Returns the current LogLevelSource, or null if logging is not enabled for the current instance. This
property allows to write conditional logging using the ?. operator.
| |
IsEnabled |
Determines whether logging is enabled for the current Level.
| |
Level |
Gets the LogLevel to which the current LogLevelSource is constrained.
|