Lines Matching full:severity
48 * The report mechanism: Messages are reported per file and severity Level \n
50 * and each severity has a severity flag which indicate if reporting for that severity is enabled. \n
217 /* Report Severity values */
221 * \brief Report Severity Types
224 * All available severity Levels of the events which are reported to user.\n
237 REPORT_SEVERITY_MAX = REPORT_SEVERITY_CONSOLE + 1 /**< Maximum number of report severity levels */
268 TI_UINT8 aSeverityTable[REPORT_SEVERITY_MAX]; /**< Severities Table: Table which holds for each severity level a flag which indicates whether the severity is enabled for reporting */
269 char aSeverityDesc[REPORT_SEVERITY_MAX][MAX_STRING_LEN]; /**< Severities Descriptors Table: Table which holds for each severity a string of its name, which is used in severity's reported messages */
299 TI_UINT8 aSeverityTable[REPORT_SEVERITY_MAX]; /**< Table which holds severity flag for every available LOG severity level.
300 * This flag indicates for each severity - 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. */
335 Each file has a report flag. Each severity has a severity flag.
555 Each file has a report flag. Each severity has a severity flag.
688 /** \brief Get Report Severity Table
690 * \param pSeverities - Pointer to input Severity Table
697 /** \brief Set Report Severity Table
699 * \param pSeverities - Pointer to input Severity Table