Icon TEDBLogCategory

Unit: edbcomps

TEDBLogCategory = (lcInformation,lcWarning,lcError)

This type is used with the TEDBEngine LogCategories property to specify which types of log categories should be logged by the engine.

ElementDescription
lcErrorIndicates an error log category.
lcInformationIndicates an informational log category.
lcWarningIndicates a warning log category.
Image