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

In This Topic
    EnableCommandLine Property
    In This Topic
    When true, the Loupe session summary will include the exact command line and arguments used to start the process.
    Syntax
    'Declaration
     
    
    Public Property EnableCommandLine As Boolean
    public bool EnableCommandLine {get; set;}
    Remarks

    Command line arguments can reveal sensitive information in some cases so these can be suppressed individually without requiring anonymous mode be enabled.

    If false, the session summary will not containe the command line or arguments.

    Defaults to True.

    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