Share via


StartContext.TraceOutput Property

 

A TextWriter for writing diagnostic data to.

Namespace:   Microsoft.Owin.Hosting.Engine
Assembly:  Microsoft.Owin.Hosting (in Microsoft.Owin.Hosting.dll)

Syntax

public TextWriter TraceOutput { get; set; }
public:
property TextWriter^ TraceOutput {
    TextWriter^ get();
    void set(TextWriter^ value);
}
member TraceOutput : TextWriter with get, set
Public Property TraceOutput As TextWriter

Property Value

Type: System.IO.TextWriter

Returns TextWriter.

See Also

StartContext Class
Microsoft.Owin.Hosting.Engine Namespace

Return to top