Trace.

Trace(DocumentConfig) Constructor

Summary

Outputs the string value of the returned object to trace. This allows you to trace different content for each document depending on the input document.
Assembly
Wyam.Core.dll
Namespace
Wyam.Core.Modules.Extensibility
Containing Type
Trace

Syntax

public Trace(DocumentConfig content)

Parameters

Name Type Description
content DocumentConfig A delegate that returns the content to trace.

Return Value

Type Description
void
GitHub