LoggerFactory Class

 

Provides a default ILoggerFactory.

Namespace:   Microsoft.Owin.Logging
Assembly:  Microsoft.Owin (in Microsoft.Owin.dll)

Inheritance Hierarchy

System.Object
  Microsoft.Owin.Logging.LoggerFactory

Syntax

public static class LoggerFactory
public ref class LoggerFactory abstract sealed 
[<AbstractClass>]
[<Sealed>]
type LoggerFactory = class end
Public NotInheritable Class LoggerFactory

Properties

Name Description
System_CAPS_pubpropertySystem_CAPS_static Default

Provides a default ILoggerFactory based on System.Diagnostics.TraceSorce.

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

Microsoft.Owin.Logging Namespace

Return to top