Table of Contents

Method Info

Namespace
SLLoggerUtil
Assembly
SLLoggerUtil.dll

Info(string, params object[])

Logs an info message.

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

Parameters

message string

The message.

args object[]

The arguments.

Info(string, ILoggerScope, params object[])

Logs an info message.

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

Parameters

message string

The message.

scope ILoggerScope

The scope.

args object[]

The arguments.