Data.DBXCommon.TDBXTraceLevels
Delphi
TDBXTraceLevels = class
C++
class PASCALIMPLEMENTATION TDBXTraceLevels : public System::TObject
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| class | public | Data.DBXCommon.pas Data.DBXCommon.hpp  | 
        Data.DBXCommon | Data.DBXCommon | 
Description
Type used for TDBXTraceFlags.
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  | 
| 
 Highest  | 
 Trace for all levels  |