Table of Contents

Method Warn

Namespace
SLLoggerUtil
Assembly
SLLoggerUtil.dll

Warn(string, params object[])

Logs a warning message.

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

Parameters

message string

The message.

args object[]

The arguments.

Warn(string, ILoggerScope, params object[])

Logs a warning message.

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

Parameters

message string

The message.

scope ILoggerScope

The scope.

args object[]

The arguments.