Icon TLogCategory

Unit: dbisamtb

TLogCategory = (lcInformation,lcWarning,lcError)

This type is used as part of the TLogRecord parameter to the TDBISAMEngine OnServerLogEvent event to determine the category of log entry that is being logged for the server.

ElementDescription
lcErrorIndicates that an error is being logged.
lcInformationIndicates that an informational message is being logged.
lcWarningIndicates that a warning is being logged.
Image