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: 5.0.55.0 (5.0.55.0)
C#
public void SetLevel( LogLevel level )
Parameters
- level
- Type: PostSharp.Patterns.Diagnostics.LogLevel