Lines Matching full:logging
300 * This flag indicates for each severity - whether it is enabled for Logging or not.
304 * This flag indicates for each file - whether it is enabled for Logging or not.
323 TI_UINT8 aSeverityTable[(REPORT_SEVERITY_MAX + 3) & ~3]; /**< Table in the size of all available LOG severity levels which indicates for each severity - whether it is enabled for Logging or not. */
324 TI_UINT8 aFileEnable [(REPORT_FILES_NUM + 3) & ~3]; /**< Table in the size of all available LOG files which indicates for each file - whether it is enabled for Logging or not */