ILoggerWarning Method (Exception)Hazelcast .Net Client Class Library
Logs a throwable at LogLevel.Warning . The message of the Throwable will be the message.

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

void Warning(
	Exception thrown
)

Parameters

thrown
Type: SystemException
the Throwable to log.
See Also

Reference