TcHmiSqliteLogger

General Properties

Symbol name

Text

Description

MAXENTRIES

Maximum number of Entries

To limit the database size, the oldest database entries are permanently deleted when this limit is exceeded.

MAXENTRYLENGTH

Maximum length of an Entry

Entries that exceed this limit will be truncated before being stored.

DEFAULT_LIST_LIMIT

Default limit for entry lists

This limit is used for all requests for which no other limit has been specified.

VACUUM_ON_STARTUP

Vacuum at start

Tries to reduce database size. This might take a while on big databases.

MODE

Mode

Synchronous off mode is fast but can corrupt the database in case of a power failure.

REDIRECT_DIAGNOSTICS_MESSAGES_TO_FILE

Redirect diagnostics messages to file

Reduces the chance that a flood of diagnostics messages will overwhelm the system. Especially useful when diagnosing problems on smaller devices. Only supported on windows.