AppBuilderLoggerExtensions.GetLoggerFactory(IAppBuilder) Method

Definition

Retrieves the server.LoggerFactory from the Properties collection.

public static Microsoft.Owin.Logging.ILoggerFactory GetLoggerFactory (this Owin.IAppBuilder app);
static member GetLoggerFactory : Owin.IAppBuilder -> Microsoft.Owin.Logging.ILoggerFactory
<Extension()>
Public Function GetLoggerFactory (app As IAppBuilder) As ILoggerFactory

Parameters

app
Owin.IAppBuilder

Returns

Applies to