Share via


LoggerFactory.Default Property

 

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

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

Syntax

public static ILoggerFactory Default { get; set; }
public:
property ILoggerFactory^ Default {
    static ILoggerFactory^ get();
    static void set(ILoggerFactory^ value);
}
static member Default : ILoggerFactory with get, set
Public Shared Property Default As ILoggerFactory

Property Value

Type: Microsoft.Owin.Logging.ILoggerFactory

Returns ILoggerFactory.

See Also

LoggerFactory Class
Microsoft.Owin.Logging Namespace

Return to top