AlignedTextWriterTraceListener MethodsCleanCode C# Libraries v1.2.03 API
The AlignedTextWriterTraceListener type exposes the following members.
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
See Also