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
public interface ITraceOutputFactory
public interface class ITraceOutputFactory
type ITraceOutputFactory = interface end
Public Interface ITraceOutputFactory
Methods
Name | Description | |
---|---|---|
Create(String) | Creates a text writer for the output. |
See Also
Microsoft.Owin.Hosting.Tracing Namespace
Return to top