Trace.

Trace(Object) Constructor

Summary

Outputs the string value of the specified object to trace.
Assembly
Wyam.Core.dll
Namespace
Wyam.Core.Modules.Extensibility
Containing Type
Trace

Syntax

public Trace(Object content)

Parameters

Name Type Description
content Object The content to trace.

Return Value

Type Description
void
GitHub