RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
LogFilter Class

Provides names of events to be logged.

Pascal
LogFilter = class;
C++
class LogFilter;

LogFilter.cs

LogFilter provides the names of events to be logged. Certain database events can be logged to a status text file placed in the same directory as the database. 

This table contains events that can be logged.

Event 
Description 
Init  
The initial property settings for a new connection.  
Connect and disconnect events.  
SQL Statement prepare.  
SQL parameter settings.  
SQL Statement execution.  
Transaction commit and rollback operations.  
Errors  
Exceptions encountered.  
Lock errors like time-outs and deadlocks.  
Xa  
Distributed computing XA related operations.  
Mirror  
Database mirroring operations.  
System  
System operations, such as database startup/shutdown, log file creation and truncation.  

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!