The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
AppBuilderLoggerExtensions Class
Logging extension methods for IAppBuilder.
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | CreateLogger(IAppBuilder^, String^) | Creates a new ILogger instance from the server.LoggerFactory in the Properties collection. |
![]() ![]() | CreateLogger(IAppBuilder^, Type^) | Creates a new ILogger instance from the server.LoggerFactory in the Properties collection. |
![]() ![]() | CreateLogger<TType>(IAppBuilder^) | Creates a new ILogger instance from the server.LoggerFactory in the Properties collection. |
![]() ![]() | GetLoggerFactory(IAppBuilder^) | Retrieves the server.LoggerFactory from the Properties collection. |
![]() ![]() | SetLoggerFactory(IAppBuilder^, ILoggerFactory^) | Sets the server.LoggerFactory in the Properties collection. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

