Table of Contents

Method Error

Namespace
SLLoggerUtil
Assembly
SLLoggerUtil.dll

Error(string, params object[])

Logs an info message.

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

Parameters

message string

The message.

args object[]

The arguments.

Error(string, ILoggerScope, params object[])

Logs an error message.

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

Parameters

message string

The message.

scope ILoggerScope

The scope.

args object[]

The arguments.