mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-11 13:30:05 -05:00
error: add priority and interface strings to the log messages
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
7248b0c660
commit
492df4bb94
2 changed files with 68 additions and 0 deletions
|
|
@ -54,6 +54,7 @@ const char *snd_strerror(int errnum);
|
|||
#define SND_LOG_INFO 3 /**< info priority level */
|
||||
#define SND_LOG_DEBUG 4 /**< debug priority level */
|
||||
#define SND_LOG_TRACE 5 /**< trace priority level */
|
||||
#define SND_LOG_LAST SND_LOG_TRACE
|
||||
|
||||
#define SND_ILOG_CORE 1 /**< core library code */
|
||||
#define SND_ILOG_CONFIG 2 /**< configuration parsing and operations */
|
||||
|
|
@ -67,6 +68,7 @@ const char *snd_strerror(int errnum);
|
|||
#define SND_ILOG_UCM 10 /**< UCM API */
|
||||
#define SND_ILOG_TOPOLOGY 11 /**< topology API */
|
||||
#define SND_ILOG_ASERVER 12 /**< aserver */
|
||||
#define SND_ILOG_LAST SND_ILOG_ASERVER
|
||||
|
||||
/**
|
||||
* \brief Log handler callback.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue