[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'tiLog' (#tiopf)

TtiLogLevel

Defines default set of log events to write out

Declaration

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.

);

Description

Defines default set of log events to write out. Any events not in this set will be ignored.

See also: TtiLogSeverity

See also

TtiLogSeverity

  

The types of log events


Documentation generated on: 2017-08-16