Summary
Traces a raw event.
- Assembly
- Wyam
.Common .dll - Namespace
- Wyam
.Common .Tracing - Containing Type
- ITrace
Syntax
void TraceEvent(TraceEventType eventType, string messageOrFormat, params Object[] args)
Parameters
Name | Type | Description |
---|---|---|
eventType | TraceEventType | The type of event. |
messageOrFormat | string | The formatted message to write. |
args | Object[] | The arguments for the formatted message. |
Return Value
Type | Description |
---|---|
void |