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

  NameDescription
Public propertyOnlineAttributes
Gets the custom trace listener attributes defined in the application configuration file.
(Inherited from OnlineTraceListener.)
Public propertyStatic memberDateFormat
Gets or sets the date format.
Protected propertyDateTimeWanted
Gets a value indicating whether the OnlineDateTime is enabled.
Public propertyStatic memberEventIdLength
Gets or sets the length of the event id.
Public propertyOnlineFilter
Gets and sets the trace filter for the trace listener.
(Inherited from OnlineTraceListener.)
Public propertyGlobalIndentLevel
Gets or sets the global indent level.
Public propertyOnlineIndentLevel
Gets or sets the indent level.
(Inherited from OnlineTraceListener.)
Public propertyOnlineIndentSize
Gets or sets the number of spaces in an indent.
(Inherited from OnlineTraceListener.)
Public propertyOnlineIsThreadSafe
Gets a value indicating whether the trace listener is thread safe.
(Inherited from OnlineTraceListener.)
Public propertyOnlineName
Gets or sets a name for this OnlineTraceListener.
(Inherited from OnlineTraceListener.)
Protected propertyOnlineNeedIndent
Gets or sets a value indicating whether to indent the output.
(Inherited from OnlineTraceListener.)
Public propertyStatic memberProcessIdLength
Gets or sets the length of the process ID.
Protected propertyProcessIdWanted
Gets a value indicating whether the OnlineProcessId is enabled.
Public propertyStatic memberShieldSensitiveData
Gets or sets a regular expression to identify sensitive data for masking.
Public propertyStatic memberThreadIdLength
Gets or sets the length of the thread ID.
Protected propertyThreadIdWanted
Gets a value indicating whether the OnlineThreadId is enabled.
Public propertyStatic memberTimestampLength
Gets or sets the length of the timestamp.
Protected propertyTimestampWanted
Gets a value indicating whether the OnlineTimestamp is enabled.
Public propertyStatic memberTraceEventTypeLength
Gets or sets the length of the trace event type.
Public propertyOnlineTraceOutputOptions
Gets or sets the trace output options.
(Inherited from OnlineTraceListener.)
Public propertyStatic memberTraceSourceNameLength
Gets or sets the length of the trace source name.
Public propertyOnlineWriter
Gets or sets the text writer that receives the tracing or debugging output.
(Inherited from OnlineTextWriterTraceListener.)
Back to Top
See Also