DiagnosticsLoggerIsEnabled Method
Checks if the given logLevel is enabled.
Namespace: Gemstone.DiagnosticsAssembly: Gemstone.Diagnostics (in Gemstone.Diagnostics.dll) Version: 1.0.138 -- Release Build+6aeb4c3988b05c265b918fce2dee4202efa7e160
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)