Trace.

Trace(ContextConfig) Constructor

Summary

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

Syntax

public Trace(ContextConfig content)

Parameters

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

Return Value

Type Description
void
GitHub