Trace.

EventType(TraceEventType) Method

Summary

Sets the event type to trace.
Assembly
Wyam.Core.dll
Namespace
Wyam.Core.Modules.Extensibility
Containing Type
Trace

Syntax

public Trace EventType(TraceEventType traceEventType)

Parameters

Name Type Description
traceEventType TraceEventType The event type to trace.

Return Value

Type Description
Trace The current module instance.
GitHub