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

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

    Parameters

    builder
    The Microsoft.Extensions.Hosting.IHostBuilder.

    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