LoggingVerbosityConfiguration.SetMinimalLevel Method (LogLevel, String) |
Sets the minimal LogLevel for all namespaces and types for a specific role.
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, string role )
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. - role
- Type: System.String
The role (typically a value from the LoggingRoles type).
This method overrides the verbosity of all namespaces and types.