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