Logs a message at the provided Level.
Namespace: Hazelcast.Logging
Assembly: HazelcastClient3x (in HazelcastClient3x.dll) Version: 3.3.0.12
Syntax
Parameters
- level
- Type: Hazelcast.LoggingLogLevel
the Level of logging. - message
- Type: SystemString
the message to log.
Remarks
See Also