[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Defines default set of log events to write out
Source position: tiLog.pas line 78
type TtiLogLevel = ( |
||
llMinimal, |
|
The set contains the following log severity items: lsUserInfo, lsWarning, lsError. |
llMedium, |
|
This set contains the following log severity items: lsNormal, lsUserInfo, lsWarning, lsError. |
llVerbose, |
|
This set contains the following log severity items: lsNormal, lsUserInfo, lsObjCreation, lsVisitor, lsConnectionPool, lsAcceptVisitor, lsQueryTiming, lsDebug, lsWarning, lsError, lsSQL |
llCustom |
|
The developer can define their own set of severity items. |
); |
Defines default set of log events to write out. Any events not in this set will be ignored.
See also: TtiLogSeverity
|
The types of log events |