mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2026-02-23 01:40:06 -05:00
log: implement filter based on string configuration (env LIBASOUND_DEBUG).
Examples: "debug" - Set global level to debug "3" - Set global level to 3 (info) "info,pcm:debug" - Set global to info, pcm to debug "error,mixer:5,pcm:4" - Set global to error, mixer to 5 (trace), pcm to 4 (debug) Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
524081b4d6
commit
b37ac0982b
3 changed files with 158 additions and 0 deletions
|
|
@ -225,5 +225,6 @@ ALSA_1.2.15 {
|
|||
@SYMBOL_PREFIX@snd_lib_log_set_local;
|
||||
@SYMBOL_PREFIX@snd_lib_log_priority;
|
||||
@SYMBOL_PREFIX@snd_lib_log_interface;
|
||||
@SYMBOL_PREFIX@snd_lib_log_filter;
|
||||
@SYMBOL_PREFIX@snd_lib_check;
|
||||
} ALSA_1.2.13;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue