ILoggerIsLoggable Method Hazelcast .Net Client Class Library
Checks if a message at the provided level is going to be logged by this logger.

Namespace: Hazelcast.Logging
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.8.0.1
Syntax

bool IsLoggable(
	LogLevel level
)

Parameters

level
Type: Hazelcast.LoggingLogLevel
the log level.

Return Value

Type: Boolean
true if this Logger will log messages for the provided level, false otherwise.
Remarks

Checks if a message at the provided level is going to be logged by this logger.
See Also

Reference