ITrace.

WithIndent() Method

Summary

Returns a Wyam.Common.Tracing.IIndentedTraceEvent that can be used to trace a message and indent following messages.
Assembly
Wyam.Common.dll
Namespace
Wyam.Common.Tracing
Containing Type
ITrace

Syntax

IIndentedTraceEvent WithIndent()

Return Value

Type Description
IIndentedTraceEvent A Wyam.Common.Tracing.IIndentedTraceEvent that should be used to trace an indented message and indent following messages.
GitHub