Click or drag to resize

ILoggerWarning Method (String, Exception)

Logs message with associated throwable information at LogLevel.Warning .

Namespace:  Hazelcast.Logging
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.4
Syntax
void Warning(
	string message,
	Exception thrown
)

Parameters

message
Type: SystemString
the message to log
thrown
Type: SystemException
the Throwable associated to the message.
See Also