- cache
- The System.Diagnostics.TraceEventCache that contains information for the trace event.
- source
- The name of the source.
- eventType
- One of the System.Diagnostics.TraceEventType values specifying the type of event that has caused the trace.
- id
- A trace identifier number.
- formatOrMessage
- Either the format to use for writing an array of arguments specified by the args parameter, or a message to write.
- args
- An array of argument objects.
- data1
- A trace data object.
- data
- An array of trace data objects.
true to trace the specified event; otherwise, false.