Fatal Method (String, Exception, Object[])

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

public void Fatal(
	string messageFormat,
	Exception exception,
	params Object[] args
)
public void Fatal(
	string messageFormat,
	Exception exception,
	params Object[] args
)

Parameters

messageFormat
Type: OnlineSystem String
The message format.
exception
Type: OnlineSystem Exception
The exception.
args
Type:  OnlineSystem Object 
The args.

Implements

ILogger Fatal(String, Exception,  Object )
See Also