Table of Contents

Method BeginScope

Namespace
SLLoggerUtil
Assembly
SLLoggerUtil.dll

BeginScope(ILoggerScope)

Begins a scope so that all logging contained in this scope will be logged if the category for which the scope is started is also enabled.

ILoggerScope BeginScope(ILoggerScope parentScope = null)

Parameters

parentScope ILoggerScope

Returns

ILoggerScope