 | 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
Syntaxvoid Severe(
Exception thrown
)
Sub Severe (
thrown As Exception
)
void Severe(
Exception^ thrown
)
abstract Severe :
thrown : Exception -> unit
Parameters
- thrown
- Type: SystemException
the Throwable to log.
See Also