dotConnect for PostgreSQL Documentation
Devart.Common Namespace / DbMonitor Class / UseIdeOutput Property

In This Topic
    UseIdeOutput Property
    In This Topic
    Enables or disables writing log messages to the IDE output window.
    Syntax
    'Declaration
     
    Public Property UseIdeOutput As Boolean
    public bool UseIdeOutput {get; set;}

    Property Value

    If true, the DbMonitor object writes its information to the Output window (Visual Studio) or Messages window (Delphi).
    Remarks
    This property is applicable when you debug your projects.
    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