Checks if a message at the provided level is going to be logged by this logger.
Namespace: Hazelcast.Logging
Assembly: HazelcastClient3x (in HazelcastClient3x.dll) Version: 3.3.0.12
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