RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBXTraceLevels Class

Type used for TDBXTraceFlags.

Pascal
TDBXTraceLevels = class;
C++
class TDBXTraceLevels;

TDBXTraceLevels specifies a type used for TDBXTraceFlags. It is better to use bits than a set, because some drivers are written in C/C++. 

This table contains trace flag constants.

Constant 
Description 
None  
Trace nothing  
Debug  
Debug trace  
Info  
Information tracing  
Warn  
Trace warnings  
Error  
Trace errors  
Fatal  
Trace fatal errors  
Trace for all levels  

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!