Table of Contents

Method Fatal

Namespace
SLLoggerUtil
Assembly
SLLoggerUtil.dll

Fatal(string, params object[])

Logs an error message.

void Fatal(string message, params object[] args)

Parameters

message string

The message.

args object[]

The arguments.

Fatal(string, ILoggerScope, params object[])

Logs a fatal message.

void Fatal(string message, ILoggerScope scope, params object[] args)

Parameters

message string

The message.

scope ILoggerScope

The scope.

args object[]

The arguments.