Table of Contents

Method Trace

Namespace
SLLoggerUtil
Assembly
SLLoggerUtil.dll

Trace(string, params object[])

Logs a trace message.

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

Parameters

message string

The message.

args object[]

The arguments.

Trace(string, ILoggerScope, params object[])

Logs a trace message.

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

Parameters

message string

The message.

scope ILoggerScope

The scope.

args object[]

The arguments.