DiagnosticsLoggerIsEnabled Method
Checks if the given logLevel is enabled.
Namespace: Gemstone.DiagnosticsAssembly: Gemstone.Diagnostics (in Gemstone.Diagnostics.dll) Version: 1.0.128 -- Release Build+d9d157c80da59365061f9bf4a5d1ecd0f0496e1b
public bool IsEnabled(
LogLevel logLevel
)
Public Function IsEnabled (
logLevel As LogLevel
) As Boolean
public:
virtual bool IsEnabled(
LogLevel logLevel
) sealed
function IsEnabled(logLevel);
- logLevel LogLevel
- Level to be checked.
Booleantrue if enabled.
ILoggerIsEnabled(LogLevel)