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

In This Topic
    EndSessionOnTraceClose Property
    In This Topic
    When true, the Loupe LogListener will end the Loupe log session when Trace.Close() is called.
    Syntax
    'Declaration
     
    
    Public Property EndSessionOnTraceClose As Boolean
    public bool EndSessionOnTraceClose {get; set;}
    Remarks
    This setting has no effect if the trace listener is not enabled. Unless disabled by setting this configuration value to false, a call to Trace.Close() to shutdown Trace logging will also be translated into a call to Gibraltar.Agent.Log.EndSession().
    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