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).
 
            
            
            
            
            
            
            
            
            
            
            
            See Also