ILog.

IndentLog(string) Method

Summary

Returns a disposable scope that indents subsequent log output and labels it with operationDescription.
Namespace
GitVersion.Logging
Containing Type
ILog

Syntax

IDisposable IndentLog(string operationDescription)

Parameters

Name Type Description
operationDescription string

Return Value

Type Description
IDisposable
GitHub