DiagnosticMonitorTraceListener Methods

 

Namespace:   Microsoft.WindowsAzure.Diagnostics
Assembly:  Microsoft.WindowsAzure.Diagnostics (in Microsoft.WindowsAzure.Diagnostics.dll)

Methods

Name Description
System_CAPS_pubmethod Close()

(Inherited from TraceListener.)

System_CAPS_pubmethod CreateObjRef(Type)

(Inherited from MarshalByRefObject.)

System_CAPS_pubmethod Dispose()

(Inherited from TraceListener.)

System_CAPS_protmethod Dispose(Boolean)

Releases the unmanaged resources used by the TraceListener and optionally releases the managed resources.(Overrides TraceListener.Dispose(Boolean).)

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod Fail(String)

(Inherited from TraceListener.)

System_CAPS_pubmethod Fail(String, String)

(Inherited from TraceListener.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod Flush()

(Inherited from TraceListener.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetLifetimeService()

(Inherited from MarshalByRefObject.)

System_CAPS_protmethod GetSupportedAttributes()

(Inherited from TraceListener.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod InitializeLifetimeService()

(Inherited from MarshalByRefObject.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone(Boolean)

(Inherited from MarshalByRefObject.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

System_CAPS_pubmethod TraceData(TraceEventCache, String, TraceEventType, Int32, Object)

Writes trace information, a data object and event information to the listener-specific output.(Overrides TraceListener.TraceData(TraceEventCache, String, TraceEventType, Int32, Object).)

System_CAPS_pubmethod TraceData(TraceEventCache, String, TraceEventType, Int32, Object[])

Writes trace information, an array of data objects and event information to the listener-specific output.(Overrides TraceListener.TraceData(TraceEventCache, String, TraceEventType, Int32, Object[]).)

System_CAPS_pubmethod TraceEvent(TraceEventCache, String, TraceEventType, Int32)

Writes trace and event information to the listener-specific output.(Overrides TraceListener.TraceEvent(TraceEventCache, String, TraceEventType, Int32).)

System_CAPS_pubmethod TraceEvent(TraceEventCache, String, TraceEventType, Int32, String)

Writes trace information, a message, and event information to the listener-specific output.(Overrides TraceListener.TraceEvent(TraceEventCache, String, TraceEventType, Int32, String).)

System_CAPS_pubmethod TraceEvent(TraceEventCache, String, TraceEventType, Int32, String, Object[])

Writes trace information, a formatted array of objects and event information to the listener-specific output.(Overrides TraceListener.TraceEvent(TraceEventCache, String, TraceEventType, Int32, String, Object[]).)

System_CAPS_pubmethod TraceTransfer(TraceEventCache, String, Int32, String, Guid)

(Inherited from TraceListener.)

System_CAPS_pubmethod Write(Object)

(Inherited from TraceListener.)

System_CAPS_pubmethod Write(Object, String)

(Inherited from TraceListener.)

System_CAPS_pubmethod Write(String)

When overridden in a derived class, writes the specified message to the listener you create in the derived class.(Overrides TraceListener.Write(String).)

System_CAPS_pubmethod Write(String, String)

(Inherited from TraceListener.)

System_CAPS_protmethod WriteIndent()

(Inherited from TraceListener.)

System_CAPS_pubmethod WriteLine(Object)

(Inherited from TraceListener.)

System_CAPS_pubmethod WriteLine(Object, String)

(Inherited from TraceListener.)

System_CAPS_pubmethod WriteLine(String)

When overridden in a derived class, writes a message to the listener you create in the derived class, followed by a line terminator.(Overrides TraceListener.WriteLine(String).)

System_CAPS_pubmethod WriteLine(String, String)

(Inherited from TraceListener.)

See Also

DiagnosticMonitorTraceListener Class
Microsoft.WindowsAzure.Diagnostics Namespace

Return to top