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

On this page
    UseIdeOutput Property
    On this page
    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.
    See Also