Data.DBXCommon.TDBXTraceLevels

[–] Properties | |
---|---|
Type: class | |
Visibility: public | |
Source: Data.DBXCommon.pas Data.DBXCommon.hpp
| |
Unit: Data.DBXCommon | |
Parent: Data.DBXCommon |
Delphi
TDBXTraceLevels = class
C++
class PASCALIMPLEMENTATION TDBXTraceLevels : public System::TObject
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 |