EventSchemaTraceListener Methods
The EventSchemaTraceListener type exposes the following members.
| Name | Description | |
|---|---|---|
|
Close | Closes the log file for this listener so that it no longer receives tracing or debugging output. (Overrides TextWriterTraceListener.Close().) |
|
CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from MarshalByRefObject.) |
|
Dispose() | Releases all resources used by the TraceListener. (Inherited from TraceListener.) |
|
Dispose(Boolean) | Infrastructure. Disposes this TextWriterTraceListener object. (Inherited from TextWriterTraceListener.) |
|
Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
Fail(String) | Emits an error message to the listener you create when you implement the TraceListener class. (Inherited from TraceListener.) |
|
Fail(String, String) | Writes error information, including a basic error message and a detailed error message, to the log file. (Overrides TraceListener.Fail(String, String).) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
Flush | Causes buffered data to be written to the log for this listener. (Overrides TextWriterTraceListener.Flush().) |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from MarshalByRefObject.) |
|
GetSupportedAttributes | Gets the custom XML configuration attributes that the trace listener supports. (Overrides TraceListener.GetSupportedAttributes().) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from MarshalByRefObject.) |
|
MemberwiseClone() | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
MemberwiseClone(Boolean) | Creates a shallow copy of the current MarshalByRefObject object. (Inherited from MarshalByRefObject.) |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
|
TraceData(TraceEventCache, String, TraceEventType, Int32, Object) | Writes trace information, a single data object, and event information to the log file. (Overrides TraceListener.TraceData(TraceEventCache, String, TraceEventType, Int32, Object).) |
|
TraceData(TraceEventCache, String, TraceEventType, Int32, Object[]) | Writes trace information, multiple data objects, and event information to the log file. (Overrides TraceListener.TraceData(TraceEventCache, String, TraceEventType, Int32, Object[]).) |
|
TraceEvent(TraceEventCache, String, TraceEventType, Int32) | Writes trace and event information to the listener specific output. (Inherited from TraceListener.) |
|
TraceEvent(TraceEventCache, String, TraceEventType, Int32, String) | Writes trace information, a message, and event information to the log file. (Overrides TraceListener.TraceEvent(TraceEventCache, String, TraceEventType, Int32, String).) |
|
TraceEvent(TraceEventCache, String, TraceEventType, Int32, String, Object[]) | Writes trace information, a formatted message, and event information to the log file. (Overrides TraceListener.TraceEvent(TraceEventCache, String, TraceEventType, Int32, String, Object[]).) |
|
TraceTransfer | Writes trace information, including the identity of a related activity, a message, and event information, to the log file. (Overrides TraceListener.TraceTransfer(TraceEventCache, String, Int32, String, Guid).) |
|
Write(Object) | Writes the value of the object's ToString method to the listener you create when you implement the TraceListener class. (Inherited from TraceListener.) |
|
Write(String) | Writes a message to the log file without providing any additional context information. (Overrides TextWriterTraceListener.Write(String).) |
|
Write(Object, String) | Writes a category name and the value of the object's ToString method to the listener you create when you implement the TraceListener class. (Inherited from TraceListener.) |
|
Write(String, String) | Writes a category name and a message to the listener you create when you implement the TraceListener class. (Inherited from TraceListener.) |
|
WriteIndent | Writes the indent to the listener you create when you implement this class, and resets the NeedIndent property to false. (Inherited from TraceListener.) |
|
WriteLine(Object) | Writes the value of the object's ToString method to the listener you create when you implement the TraceListener class, followed by a line terminator. (Inherited from TraceListener.) |
|
WriteLine(String) | Writes a message followed by the current line terminator to the log file without providing any additional context information. (Overrides TextWriterTraceListener.WriteLine(String).) |
|
WriteLine(Object, String) | Writes a category name and the value of the object's ToString method to the listener you create when you implement the TraceListener class, followed by a line terminator. (Inherited from TraceListener.) |
|
WriteLine(String, String) | Writes a category name and a message to the listener you create when you implement the TraceListener class, followed by a line terminator. (Inherited from TraceListener.) |