TraceOutputFactory Class

Represents output files to trace in the factory.

Inheritance Hierarchy

System.Object
  Microsoft.Owin.Hosting.Tracing.TraceOutputFactory

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

Syntax

'Declaration
Public Class TraceOutputFactory _
    Implements ITraceOutputFactory
'Usage
Dim instance As TraceOutputFactory
public class TraceOutputFactory : ITraceOutputFactory
public ref class TraceOutputFactory : ITraceOutputFactory
type TraceOutputFactory =  
    class 
        interface ITraceOutputFactory 
    end
public class TraceOutputFactory implements ITraceOutputFactory

The TraceOutputFactory type exposes the following members.

Constructors

  Name Description
Public method TraceOutputFactory Initializes a new instance of the TraceOutputFactory class.

Top

Methods

  Name Description
Public method Create Creates a text writer for the output.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.Owin.Hosting.Tracing Namespace