Loupe - Log - Monitor - Resolve
Loupe / Developer's Guide / For .NET Framework / For WinForms / Developer's Guide for WinForms - Live Log Viewer Control
In This Topic
    Developer's Guide for WinForms - Live Log Viewer Control
    In This Topic

    The Loupe Agent includes a live viewer control that you can easily integrate with your WinForms or WPF application.

    Live Log Viewer

    Live Log Viewer

    The Live Log Viewer control can be placed anywhere in your application, and you can have multiple viewers at the same time.  The Live Log Viewer control is designed to be easy to integrate.  In most cases, you only have to drag & drop it onto a form.  It will automatically dock and fill the available form.  If you want to create a nice resizable section on your application, consider using the SplitContainer control on your form first and then drop the Live Log Viewer into one of its panels.

    For complete information on how to program with the Live Log Viewer, see LiveLogViewer Class.

    Before integrating the Live Log Viewer Control into your application, consider if the Loupe Live Viewer may be a better option.  It requires no coding and activates in its own window whenever the user presses a hot key.  Because it runs on its own thread (instead of your user interface thread) it remains responsive to messages even when the user interface isn't.
    See Also