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