Click or drag to resize

ILoggerLog Method (LogLevel, String, Exception)

Logs message with associated throwable information at the provided level.

Namespace:  Hazelcast.Logging
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.4
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