Name | Description | |
---|---|---|
![]() | UltimateTraceListener Constructor() | Initializes a new instance of the UltimateTraceListener class. |
Name | Description | |
---|---|---|
![]() | IndentLevel | Gets or sets the indent level. |
![]() | IndentSize | Gets or sets the indent size. |
![]() | IsThreadSafe | Indicates whether the listener is thread-safe. |
![]() | Level | Gets or sets the trace level. |
![]() | SourceFilter | Gets or sets the source object filter. |
![]() | SourceToListen | Gets or sets the source object to listen to. |
Name | Description | |
---|---|---|
![]() | NeedIndent | Indicates whether it needs indent. |
Name | Description | |
---|---|---|
![]() | Dispose | Releases all the used resources. |
![]() | Flush | Flushes the output buffer, and causes buffered data to be written to the underlying stream. |
![]() | MatchesSource | Indicates whether the given log information will be accepted by this listener. |
![]() | TraceData | Overloaded. Writes trace information, an array of data objects and event information to the listener specific output. |
![]() | Write | When overridden in a derived class, writes the specified message to the listener you create in the derived class. |
![]() | WriteIndent | Writes the indent to the listener you create when you implement this class, and resets the NeedIndent property to false. |
![]() | WriteLine | When overridden in a derived class, writes a message to the listener you create in the derived class, followed by a line terminator. |