AppBuilderLoggerExtensions Class

Definition

Logging extension methods for IAppBuilder.

public static class AppBuilderLoggerExtensions
type AppBuilderLoggerExtensions = class
Public Module AppBuilderLoggerExtensions
Inheritance
AppBuilderLoggerExtensions

Methods

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.

Applies to