LoggingVerbosityConfiguration.SetMinimalLevelForNamespace Method (LogLevel, String) |
Namespace: PostSharp.Patterns.Diagnostics
Assembly: PostSharp.Patterns.Diagnostics (in PostSharp.Patterns.Diagnostics.dll) Version: 2023.0.3.0 (2023.0.3.0)
public void SetMinimalLevelForNamespace( LogLevel level, string ns )
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. - ns
- Type: System.String
The namespace.
This method overrides the verbosity of all children namespaces and types.