Trace.

Trace(IModule[]) Constructor

Summary

The specified modules are executed against an empty initial document and the resulting document content is output to trace.
Assembly
Wyam.Core.dll
Namespace
Wyam.Core.Modules.Extensibility
Containing Type
Trace

Syntax

public Trace(params IModule[] modules)

Parameters

Name Type Description
modules IModule[] The modules to execute.

Return Value

Type Description
void
GitHub