LoggerFactory Class

Provides an OWIN logger factory.

Inheritance Hierarchy

System.Object
  Microsoft.Owin.Logging.LoggerFactory

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

Syntax

'Declaration
Public NotInheritable Class LoggerFactory
'Usage
public static class LoggerFactory
public ref class LoggerFactory abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type LoggerFactory =  class end
public final class LoggerFactory

The LoggerFactory type exposes the following members.

Properties

  Name Description
Public propertyStatic member Default Gets the default logger factory.

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.Logging Namespace