LoggingTypeSource.IsEnabled Method |
Determines whether logging is enabled for the given LogLevel.
Namespace: PostSharp.Patterns.Diagnostics
Assembly: PostSharp.Patterns.Diagnostics (in PostSharp.Patterns.Diagnostics.dll) Version: 6.4.11.0 (6.4.11.0)

C#
public bool IsEnabled( LogLevel level )
Parameters
- level
- Type: PostSharp.Patterns.Diagnostics.LogLevel
Return Value
Type: BooleanImplements
IContextLocalLogger.IsEnabled(LogLevel)