Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Group_logging_enums
Documentation of the enums provided by logging utility. More...
Enumerations | |
enum | CY_LOG_LEVEL_T { CY_LOG_OFF = 0, CY_LOG_ERR, CY_LOG_WARNING, CY_LOG_NOTICE, CY_LOG_INFO, CY_LOG_DEBUG, CY_LOG_DEBUG1, CY_LOG_DEBUG2, CY_LOG_DEBUG3, CY_LOG_DEBUG4 } |
Logging levels. More... | |
enum | CY_LOG_FACILITY_T { CYLF_DEF = 0, CYLF_TEST, CYLF_DRIVER, CYLF_LP, CYLF_MIDDLEWARE, CYLF_AUDIO, CYLF_MAX } |
Log Facility type Log facilities allow for separate subsystems to have different run-time log levels for output. More... |
Detailed Description
Documentation of the enums provided by logging utility.
Enumeration Type Documentation
enum CY_LOG_FACILITY_T |
Log Facility type Log facilities allow for separate subsystems to have different run-time log levels for output.
This allows for someone working in the Driver subsystem to turn on DEBUG level without turning DEBUG level for middleware - makes for less unwanted output during debugging / testing.
enum CY_LOG_LEVEL_T |
Logging levels.
NOTE: Default value for all facilities is passed in to init call
- Enumerator:
Generated on Thu Jul 14 2022 12:58:44 by
