The StructuredTraceSource type exposes the following members.
Back to Top
Properties
Name | Description | |
---|---|---|
Attributes |
Gets the custom switch attributes defined in the application configuration file.
(Inherited from TraceSource.) | |
BracketBarSize |
Gets or sets the size of the bracket bar used by the TraceBracket(String) method.
| |
CreateEventId |
Gets or sets the event ID associated with instantiating a StructuredTraceSource.
| |
CreateLabel |
Gets or sets the label indicating creation of a StructuredTraceSource object.
| |
EnterEventId |
Gets or sets the event ID associated with entering a regular method
(i.e. not an event handler method).
| |
EnterLabel |
Gets or sets the label used by the TraceEnter
and TraceEnterEventHandler(Object) methods.
| |
EventEnterEventId |
Gets or sets the event ID associated with entering an event handler method.
| |
EventLabel |
Gets or sets the event handler label.
| |
EventLeaveEventId |
Gets or sets the event ID associated with leaving an event handler method.
| |
LeaveEventId |
Gets or sets the event ID associated with leaving a regular method
(i.e. not an event handler method).
| |
LeaveLabel |
Gets or sets the label used by the TraceLeave
and TraceLeaveEventHandler(Object) methods.
| |
Listeners |
Gets the collection of trace listeners for the trace source.
(Inherited from TraceSource.) | |
Name |
Gets the name of the trace source.
(Inherited from TraceSource.) | |
SessionMarkerChar |
Gets or sets the character repeated to make a session marker.
| |
SessionMarkerLength |
Gets or sets the length of the session marker.
| |
Switch |
Gets or sets the source switch value.
(Inherited from TraceSource.) |
See Also