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