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