LoggingVerbosityConfiguration.SetMinimalLevel Method (LogLevel) |
Sets the minimal LogLevel for all namespaces, types, and roles except system roles.
Namespace: PostSharp.Patterns.Diagnostics
Assembly: PostSharp.Patterns.Diagnostics (in PostSharp.Patterns.Diagnostics.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public void SetMinimalLevel( LogLevel level )
Parameters
- level
- Type: PostSharp.Patterns.Diagnostics.LogLevel
The minimal LogLevel for which logging should be enabled. If this is None, logging won't be enabled at all.
This method overrides the verbosity of all namespaces, types and roles.