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