TraceCollectingTraceListener Methods |
The TraceCollectingTraceListener type exposes the following members.
Name | Description | |
---|---|---|
ConvertLevel |
Gets the PostSharp log level that corresponds to the given eventType.
(Inherited from BaseCollectingTraceListener.) | |
Fail | Emits an error message and a detailed error message to the listener you create when you implement the TraceListener class. (Inherited from BaseCollectingTraceListener.) | |
RedirectLoggingToPostSharp | ||
TraceCore(String, TraceEventType, String) |
Sends an event to PostSharp where you provide the text in its final formatted form.
(Overrides BaseCollectingTraceListener.TraceCore(String, TraceEventType, String).) | |
TraceCore(String, TraceEventType, String, Object[]) |
Sends an event to PostSharp where the text is provided as a formatting string and an array of parameters.
(Overrides BaseCollectingTraceListener.TraceCore(String, TraceEventType, String, Object[]).) | |
TraceData(TraceEventCache, String, TraceEventType, Int32, Object) | Writes trace information, a data object and event information to the listener specific output. (Inherited from BaseCollectingTraceListener.) | |
TraceData(TraceEventCache, String, TraceEventType, Int32, Object[]) | Writes trace information, an array of data objects and event information to the listener specific output. (Inherited from BaseCollectingTraceListener.) | |
TraceEvent(TraceEventCache, String, TraceEventType, Int32) | Writes trace and event information to the listener specific output. (Inherited from BaseCollectingTraceListener.) | |
TraceEvent(TraceEventCache, String, TraceEventType, Int32, String) | Writes trace information, a message, and event information to the listener specific output. (Inherited from BaseCollectingTraceListener.) | |
TraceEvent(TraceEventCache, String, TraceEventType, Int32, String, Object[]) | Writes trace information, a formatted array of objects and event information to the listener specific output. (Inherited from BaseCollectingTraceListener.) | |
Write | When overridden in a derived class, writes the specified message to the listener you create in the derived class. (Inherited from BaseCollectingTraceListener.) | |
WriteLine | When overridden in a derived class, writes a message to the listener you create in the derived class, followed by a line terminator. (Inherited from BaseCollectingTraceListener.) |