Table of Contents

Method Debug

Namespace
SLLoggerUtil
Assembly
SLLoggerUtil.dll

Debug(string, params object[])

Logs a debug message.

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

Parameters

message string

The message.

args object[]

The arguments.

Debug(string, ILoggerScope, params object[])

Logs a debug message.

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

Parameters

message string

The message.

scope ILoggerScope

The scope.

args object[]

The arguments.