Loupe - Log - Monitor - Resolve
Loupe.Agent.AspNetCore Namespace / EndpointRouteBuilderExtensions Class / MapLoupeClientLogger Method

In This Topic
    MapLoupeClientLogger Method
    In This Topic
    Syntax
    'Declaration
     
    
    <ExtensionAttribute()>
    Public Shared Function MapLoupeClientLogger( _
       ByVal endpoints As IEndpointRouteBuilder, _
       Optional ByVal pattern As String _
    ) As IEndpointConventionBuilder
    [Extension()]
    public static IEndpointConventionBuilder MapLoupeClientLogger( 
       IEndpointRouteBuilder endpoints,
       string pattern
    )

    Parameters

    endpoints
    pattern
    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