ITraceOutputFactory Interface

Represents the output file to trace in the factory.

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

Syntax

'Declaration
Public Interface ITraceOutputFactory
'Usage
Dim instance As ITraceOutputFactory
public interface ITraceOutputFactory
public interface class ITraceOutputFactory
type ITraceOutputFactory =  interface end
public interface ITraceOutputFactory

The ITraceOutputFactory type exposes the following members.

Methods

  Name Description
Public method Create Creates a text writer for the output.

Top

See Also

Reference

Microsoft.Owin.Hosting.Tracing Namespace