StructuredTraceSource PropertiesCleanCode C# Libraries v1.2.03 API
The StructuredTraceSource type exposes the following members.
Properties

  NameDescription
Public propertyOnlineAttributes
Gets the custom switch attributes defined in the application configuration file.
(Inherited from OnlineTraceSource.)
Public propertyStatic memberBracketBarSize
Gets or sets the size of the bracket bar used by the TraceBracket(String) method.
Public propertyCreateEventId
Gets or sets the event ID associated with instantiating a StructuredTraceSource.
Public propertyStatic memberCreateLabel
Gets or sets the label indicating creation of a StructuredTraceSource object.
Public propertyEnterEventId
Gets or sets the event ID associated with entering a regular method (i.e. not an event handler method).
Public propertyStatic memberEnterLabel
Public propertyEventEnterEventId
Gets or sets the event ID associated with entering an event handler method.
Public propertyStatic memberEventLabel
Gets or sets the event handler label.
Public propertyEventLeaveEventId
Gets or sets the event ID associated with leaving an event handler method.
Public propertyLeaveEventId
Gets or sets the event ID associated with leaving a regular method (i.e. not an event handler method).
Public propertyStatic memberLeaveLabel
Public propertyOnlineListeners
Gets the collection of trace listeners for the trace source.
(Inherited from OnlineTraceSource.)
Public propertyOnlineName
Gets the name of the trace source.
(Inherited from OnlineTraceSource.)
Public propertyStatic memberSessionMarkerChar
Gets or sets the character repeated to make a session marker.
Public propertyStatic memberSessionMarkerLength
Gets or sets the length of the session marker.
Public propertyOnlineSwitch
Gets or sets the source switch value.
(Inherited from OnlineTraceSource.)
Back to Top
See Also