Click or drag to resize

ILoggerIsLoggable Method

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.9.4
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