AlignedTextWriterTraceListener MembersCleanCode C# Libraries v1.2.03 API

The AlignedTextWriterTraceListener type exposes the following members.
Constructors

  NameDescription
Public methodAlignedTextWriterTraceListener 
Initializes a new instance of the AlignedTextWriterTraceListener class.
Public methodAlignedTextWriterTraceListener(Stream)
Initializes a new instance of the AlignedTextWriterTraceListener class.
Public methodAlignedTextWriterTraceListener(TextWriter)
Initializes a new instance of the AlignedTextWriterTraceListener class.
Public methodAlignedTextWriterTraceListener(String)
Initializes a new instance of the AlignedTextWriterTraceListener class.
Public methodAlignedTextWriterTraceListener(Stream, String)
Initializes a new instance of the AlignedTextWriterTraceListener class.
Public methodAlignedTextWriterTraceListener(TextWriter, String)
Initializes a new instance of the AlignedTextWriterTraceListener class.
Public methodAlignedTextWriterTraceListener(String, String)
Initializes a new instance of the AlignedTextWriterTraceListener class.
Back to Top
Methods

  NameDescription
Public methodOnlineClose
Closes the OnlineWriter so that it no longer receives tracing or debugging output.
(Inherited from OnlineTextWriterTraceListener.)
Public methodOnlineCreateObjRef
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from OnlineMarshalByRefObject.)
Public methodOnlineDispose 
Releases all resources used by the OnlineTraceListener.
(Inherited from OnlineTraceListener.)
Protected methodOnlineDispose(Boolean)
Disposes this OnlineTextWriterTraceListener object.
(Inherited from OnlineTextWriterTraceListener.)
Public methodDumpFieldWidths
Dumps the field widths of each attribute associated with a trace event.
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Public methodOnlineFail(String)
Emits an error message to the listener you create when you implement the OnlineTraceListener class.
(Inherited from OnlineTraceListener.)
Public methodOnlineFail(String, String)
Emits an error message and a detailed error message to the listener you create when you implement the OnlineTraceListener class.
(Inherited from OnlineTraceListener.)
Protected methodOnlineFinalize
Allows an OnlineObject to attempt to free resources and perform other cleanup operations before the OnlineObject is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodOnlineFlush
Flushes the output buffer for the OnlineWriter.
(Inherited from OnlineTextWriterTraceListener.)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetLifetimeService
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from OnlineMarshalByRefObject.)
Protected methodOnlineGetSupportedAttributes
Gets the custom attributes supported by the trace listener.
(Inherited from OnlineTraceListener.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Public methodOnlineInitializeLifetimeService
Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from OnlineMarshalByRefObject.)
Protected methodOnlineMemberwiseClone 
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineMemberwiseClone(Boolean)
Creates a shallow copy of the current OnlineMarshalByRefObject object.
(Inherited from OnlineMarshalByRefObject.)
Protected methodPrepString
Prepares an output string for writing to the OnlineTextWriter.
Public methodOnlineToString
Returns a OnlineString that represents the current OnlineObject.
(Inherited from OnlineObject.)
Public methodOnlineTraceData(TraceEventCache, String, TraceEventType, Int32, Object)
Writes trace information, a data object and event information to the listener specific output.
(Inherited from OnlineTraceListener.)
Public methodOnlineTraceData(TraceEventCache, String, TraceEventType, Int32,  Object )
Writes trace information, an array of data objects and event information to the listener specific output.
(Inherited from OnlineTraceListener.)
Public methodOnlineTraceEvent(TraceEventCache, String, TraceEventType, Int32)
Writes trace and event information to the listener specific output.
(Inherited from OnlineTraceListener.)
Public methodTraceEvent(TraceEventCache, String, TraceEventType, Int32, String)
Writes trace information, a message, and event information to the listener specific output.
(Overrides OnlineTraceListener TraceEvent(TraceEventCache, String, TraceEventType, Int32, String).)
Public methodTraceEvent(TraceEventCache, String, TraceEventType, Int32, String,  Object )
Writes trace information, a formatted array of objects and event information to the listener specific output.
(Overrides OnlineTraceListener TraceEvent(TraceEventCache, String, TraceEventType, Int32, String,  Object ).)
Public methodOnlineTraceTransfer
Writes trace information, a message, a related activity identity and event information to the listener specific output.
(Inherited from OnlineTraceListener.)
Public methodOnlineWrite(String)
Writes a message to this instance's OnlineWriter.
(Inherited from OnlineTextWriterTraceListener.)
Public methodOnlineWrite(Object)
Writes the value of the object's OnlineToString  method to the listener you create when you implement the OnlineTraceListener class.
(Inherited from OnlineTraceListener.)
Public methodOnlineWrite(String, String)
Writes a category name and a message to the listener you create when you implement the OnlineTraceListener class.
(Inherited from OnlineTraceListener.)
Public methodOnlineWrite(Object, String)
Writes a category name and the value of the object's OnlineToString  method to the listener you create when you implement the OnlineTraceListener class.
(Inherited from OnlineTraceListener.)
Protected methodOnlineWriteIndent
Writes the indent to the listener you create when you implement this class, and resets the OnlineNeedIndent property to false.
(Inherited from OnlineTraceListener.)
Public methodOnlineWriteLine(String)
Writes a message to this instance's OnlineWriter followed by a line terminator. The default line terminator is a carriage return followed by a line feed (\r\n).
(Inherited from OnlineTextWriterTraceListener.)
Public methodOnlineWriteLine(Object)
Writes the value of the object's OnlineToString  method to the listener you create when you implement the OnlineTraceListener class, followed by a line terminator.
(Inherited from OnlineTraceListener.)
Public methodOnlineWriteLine(String, String)
Writes a category name and a message to the listener you create when you implement the OnlineTraceListener class, followed by a line terminator.
(Inherited from OnlineTraceListener.)
Public methodOnlineWriteLine(Object, String)
Writes a category name and the value of the object's OnlineToString  method to the listener you create when you implement the OnlineTraceListener class, followed by a line terminator.
(Inherited from OnlineTraceListener.)
Back to Top
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