New to Telerik UI for WPFStart a free 30-day trial

Trace writer that writes all trace messages to a string.

Definition

Namespace:Telerik.Diagnostics.Pivot

Assembly:Telerik.Pivot.Core.dll

Syntax:

C#
public class StringTraceWriter : IPivotTraceWriter

Inheritance: objectStringTraceWriter

Implements: IPivotTraceWriter

Constructors

Initializes a new instance of the StringTraceWriter class.

C#
public StringTraceWriter()

Methods

C#
public override string ToString()
Returns:

string

Overrides: object.ToString()

Writes a trace text.

C#
public void WriteLine(string text)
Parameters:textstring

The text.

Implements: IPivotTraceWriter.WriteLine(string)