ILoggerLog Method (LogLevel, String, Exception)Hazelcast .Net Client Class Library
Logs message with associated throwable information at the provided level.

Namespace: Hazelcast.Logging
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.6.3.0
Syntax

void Log(
	LogLevel level,
	string message,
	Exception thrown
)

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

Logs message with associated throwable information at the provided level.
See Also

Reference