Loupe - Log - Monitor - Resolve
Loupe.Extensions.Logging Namespace / LoupeLoggerProvider Class / LoupeLoggerProvider Constructor / LoupeLoggerProvider Constructor(IConfiguration,LoupeAgentConfigurationCallback)
Optional. The application configuration.
Optional. An action to modify the Loupe agent configuration.

In This Topic
    LoupeLoggerProvider Constructor(IConfiguration,LoupeAgentConfigurationCallback)
    In This Topic
    Initializes a new instance of the LoupeLoggerProvider class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal configuration As IConfiguration, _
       Optional ByVal configure As LoupeAgentConfigurationCallback _
    )

    Parameters

    configuration
    Optional. The application configuration.
    configure
    Optional. An action to modify the Loupe agent configuration.
    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