Click or drag to resize

ILoggerSevere Method (Exception)

Logs a throwable at LogLevel.Severe . The message of the Throwable will be the message.

Namespace:  Hazelcast.Logging
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.4
Syntax
void Severe(
	Exception thrown
)

Parameters

thrown
Type: SystemException
the Throwable to log.
See Also