Summary
Emits a fatal log message.
This will emit details about a exception.
This type of logging is not able to be localized.
- Namespace
- Splat
- Containing Type
- IFullLogger
Syntax
[Obsolete("Use void Fatal(Exception exception, [Localizable(false)] string message)")]
void FatalException(string message, Exception exception)
Attributes
Type | Description |
---|---|
ObsoleteAttribute |
Parameters
Name | Type | Description |
---|---|---|
message | string | A message to emit. |
exception | Exception | The exception which to emit in the log. |
Return Value
Type | Description |
---|---|
void |