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.7
Syntax
Parameters
- level
- Type: Hazelcast.LoggingLogLevel
the log level.
Return Value
Type: Booleantrue if this Logger will log messages for the provided level, false otherwise.
Remarks
See Also