Class StringTraceWriter
Trace writer that writes all trace messages to a string.
Inheritance
System.Object
StringTraceWriter
Namespace: Telerik.Diagnostics.Pivot
Assembly: Telerik.Pivot.Core.dll
Syntax
public class StringTraceWriter : Object, IPivotTraceWriter
Constructors
StringTraceWriter()
Methods
ToString()
Declaration
public override string ToString()
Returns
System.String
|
WriteLine(String)
Writes a trace text.
Declaration
public void WriteLine(string text)
Parameters
System.String
text
The text. |