OwinAppBuilder.ConfigureLogger Method (IAppBuilder, HttpConfiguration)
Adds (optional) logging to the OWIN application pipeline. The ILoggerFactory can be registered with the Dependency Injection engine.
Assembly: Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)
Protected Friend Overridable Sub ConfigureLogger ( appBuilder As IAppBuilder, config As HttpConfiguration )
Parameters
- appBuilder
-
Type:
Owin.IAppBuilder
The IAppBuilder to configure.
- config
-
Type:
System.Web.Http.HttpConfiguration
The current HttpConfiguration.
Show: