CreateNestedLog(string scopeName) Method

Creates a new scope within the current scope.

Syntax

public abstract IScopedLog CreateNestedLog(string scopeName)

Parameters

scopeName
Type: string

The name of the new scope.

Returns

New nested scope.