Click or drag to resize

AbstractLoggerIsLoggable Method

Namespace:  Hazelcast.Logging
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.4
Syntax
public abstract bool IsLoggable(
	LogLevel arg1
)

Parameters

arg1
Type: Hazelcast.LoggingLogLevel

Return Value

Type: Boolean

Implements

ILoggerIsLoggable(LogLevel)
See Also