Logs message with associated throwable information at the provided level.
Namespace: Hazelcast.Logging
Assembly: HazelcastClient3x (in HazelcastClient3x.dll) Version: 3.3.0.12
Syntax
Parameters
- level
- Type: Hazelcast.LoggingLogLevel
- message
- Type: SystemString
the message to log - thrown
- Type: SystemException
the Throwable associated to the message.
Remarks
See Also