yumapro
24.10-2
YumaPro SDK
|
Contains the System log level enumeration. More...
Enumerations | |
enum | log_stream_t { LOG_STREAM_NONE , LOG_STREAM_STDOUT , LOG_STREAM_STDERR , LOG_STREAM_LOGFILE , LOG_STREAM_CAPFILE } |
The output stream enumerations used in util/log.c. More... | |
enum | log_debug_t { LOG_DEBUG_NONE , LOG_DEBUG_OFF , LOG_DEBUG_WRITE , LOG_DEBUG_DEV0 , LOG_DEBUG_ERROR , LOG_DEBUG_WARN , LOG_DEBUG_INFO , LOG_DEBUG_DEV1 , LOG_DEBUG_DEBUG , LOG_DEBUG_DEBUG2 , LOG_DEBUG_DEBUG3 , LOG_DEBUG_DEBUG4 } |
The debug level enumerations used in util/log.c. More... | |
enum | log_debug_app_t { } |
syslog wants to know what app is logging ... More... | |
Contains the System log level enumeration.
Many enumerations here control the logging configuration. The callback functions are used to allow file and GUI output.
enum log_debug_app_t |
enum log_debug_t |
The debug level enumerations used in util/log.c.
enum log_stream_t |