ILoggerSevere Method (String, Exception)Hazelcast .Net Client Class Library
Logs message with associated throwable information at LogLevel.Severe .

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

void Severe(
	string message,
	Exception thrown
)

Parameters

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

Reference