BaseCollectingTraceListener.TraceData Method (TraceEventCache, String, TraceEventType, Int32, Object[]) |
Writes trace information, an array of data objects and event information to the listener specific output.
Namespace: PostSharp.Patterns.Diagnostics.Backends.Trace
Assembly: PostSharp.Patterns.Diagnostics.Backends.Tracing (in PostSharp.Patterns.Diagnostics.Backends.Tracing.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public override void TraceData( TraceEventCache eventCache, string source, TraceEventType eventType, int id, params Object[] data )
Parameters
- eventCache
- Type: System.Diagnostics.TraceEventCache
A TraceEventCache object that contains the current process ID, thread ID, and stack trace information. - source
- Type: System.String
A name used to identify the output, typically the name of the application that generated the trace event. - eventType
- Type: System.Diagnostics.TraceEventType
One of the TraceEventType values specifying the type of event that has caused the trace. - id
- Type: System.Int32
A numeric identifier for the event. - data
- Type: System.Object[]
An array of objects to emit as data.