Loupe - Log - Monitor - Resolve
Loupe.Agent.AspNetCore Namespace / EndpointRouteBuilderExtensions Class / MapLoupeClientLogger Method
The Microsoft.AspNetCore.Routing.IEndpointRouteBuilder
The URL pattern for the endpoint. Defaults to /loupe/log

In This Topic
    MapLoupeClientLogger Method
    In This Topic
    Add the Loupe JS client logging endpoint
    Syntax
    'Declaration
     
    
    <ExtensionAttribute()>
    Public Shared Function MapLoupeClientLogger( _
       ByVal endpoints As IEndpointRouteBuilder, _
       Optional ByVal pattern As String _
    ) As IEndpointConventionBuilder

    Parameters

    endpoints
    The Microsoft.AspNetCore.Routing.IEndpointRouteBuilder
    pattern
    The URL pattern for the endpoint. Defaults to /loupe/log
    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