Loupe - Log - Monitor - Resolve
Gibraltar.Agent Namespace / Log Class / ShowLiveViewer Method

In This Topic
    ShowLiveViewer Method
    In This Topic
    Windows applications only. Shows the Loupe Live Viewer immediately (as if the user pressed the hotkey).
    Syntax
    'Declaration
     
    
    Public Shared Sub ShowLiveViewer() 
    public static void ShowLiveViewer()
    Remarks

    If the live viewer has been disabled, the Agent has not initialized, or the current application has not been identified as a Windows application then the live viewer will not be displayed. This ensures this call is safe in any application.

    Note for users of Mono: Because the Mono runtime does not support multiple UI threads, the Loupe Live Viewer which is designed to run in a separate UI thread must be disabled when running under Mono.

    Live Viewer functionality can also be achieved by placing the LiveLogViewer control on one of your own forms and displaying it on your main UI thread (which can thus work under Mono as well as under the .NET CLR).

    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