Loupe - Log - Monitor - Resolve
Loupe.Extensions.Logging Namespace / LoggerBuilderExtensions Class / AddLoupeLogging Method / AddLoupeLogging(IServiceCollection) Method
The Microsoft.Extensions.DependencyInjection.IServiceCollection.

In This Topic
    AddLoupeLogging(IServiceCollection) Method
    In This Topic
    Adds the Loupe provider for Microsoft.Extensions.Logging.
    Syntax
    'Declaration
     
    
    <ExtensionAttribute()>
    Public Overloads Shared Function AddLoupeLogging( _
       ByVal services As IServiceCollection _
    ) As IServiceCollection
    [Extension()]
    public static IServiceCollection AddLoupeLogging( 
       IServiceCollection services
    )

    Parameters

    services
    The Microsoft.Extensions.DependencyInjection.IServiceCollection.

    Return Value

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also