LoggingNamespaceSource.SetLevel Method |
Sets the minimal LogLevel for which logging is enabled for the current namespace and type and all children
namespaces and types.
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 SetLevel( LogLevel level )
Parameters
- level
- Type: PostSharp.Patterns.Diagnostics.LogLevel