ILogger.Fatal Method (Object, Exception)

TegoOS

ILoggerFatal Method (Object, Exception)
Logs fatal message and exception

Namespace: Tego.Logging
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)
Syntax
void Fatal(
	Object message,
	Exception exception
)
Sub Fatal ( 
	message As Object,
	exception As Exception
)
void Fatal(
	Object^ message, 
	Exception^ exception
)
abstract Fatal : 
        message : Object * 
        exception : Exception -> unit 

Parameters

message
Type: SystemObject
message
exception
Type: SystemException
exception
See Also