Fatal Method (String, Exception, Object[])
From Glimpse API
| LoggerBase Fatal Method (String, Exception, Object ) | Glimpse API Documentation |
Log message at Fatal level.
Namespace: Glimpse.Core.Extensibility
Assembly: Glimpse.Core (in Glimpse.Core.dll) Version: 1.0.1.0 (1.0.1)
Syntax
Parameters
- messageFormat
- Type:
System String
The message format.
- exception
- Type:
System Exception
The exception.
- args
- Type:
System Object
The args.
Implements
ILogger Fatal(String, Exception, Object )See Also