 | ILoggerSevere Method (String, Exception) |
Namespace:
Hazelcast.Logging
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.4
Syntaxvoid Severe(
string message,
Exception thrown
)
Sub Severe (
message As String,
thrown As Exception
)
void Severe(
String^ message,
Exception^ thrown
)
abstract Severe :
message : string *
thrown : Exception -> unit
Parameters
- message
- Type: SystemString
the message to log - thrown
- Type: SystemException
the Throwable associated to the message.
See Also