AppBuilderLoggerExtensions Class

 

Logging extension methods for IAppBuilder.

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

System::Object
  Microsoft.Owin.Logging::AppBuilderLoggerExtensions

[ExtensionAttribute]
public ref class AppBuilderLoggerExtensions abstract sealed 

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticCreateLogger(IAppBuilder^, String^)

Creates a new ILogger instance from the server.LoggerFactory in the Properties collection.

System_CAPS_pubmethodSystem_CAPS_staticCreateLogger(IAppBuilder^, Type^)

Creates a new ILogger instance from the server.LoggerFactory in the Properties collection.

System_CAPS_pubmethodSystem_CAPS_staticCreateLogger<TType>(IAppBuilder^)

Creates a new ILogger instance from the server.LoggerFactory in the Properties collection.

System_CAPS_pubmethodSystem_CAPS_staticGetLoggerFactory(IAppBuilder^)

Retrieves the server.LoggerFactory from the Properties collection.

System_CAPS_pubmethodSystem_CAPS_staticSetLoggerFactory(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.

Return to top
Show: