Loupe - Log - Monitor - Resolve
Gibraltar.Agent.Configuration Namespace / ListenerConfiguration Class / AutoTraceRegistration Property

In This Topic
    AutoTraceRegistration Property
    In This Topic
    Configures whether Loupe should automatically make sure it is registered as a Trace Listener.
    Syntax
    'Declaration
     
    
    Public Property AutoTraceRegistration As Boolean
    public bool AutoTraceRegistration {get; set;}
    Remarks
    This is true by default to enable easy drop-in configuration (e.g. using the LiveLogViewer control on a form). Normally, it should not be necessary to disable this feature even when adding Loupe as a Trace Listener in an app.config or by code. But this setting can be configured to false if it is desirable to prevent Loupe from receiving Trace events directly, such as if the application is processing Trace events into the Loupe API itself.
    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