mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-14 06:59:57 -05:00
log: add log level option
This commit is contained in:
parent
3f5c75c52d
commit
4c2b6c7c91
2 changed files with 3 additions and 0 deletions
|
|
@ -163,6 +163,7 @@ static inline void spa_log_trace_fp (struct spa_log *l, const char *format, ...)
|
|||
#endif
|
||||
|
||||
/** keys can be given when initializing the logger handle */
|
||||
#define SPA_KEY_LOG_LEVEL "log.level" /**< the default log level */
|
||||
#define SPA_KEY_LOG_COLORS "log.colors" /**< enable colors in the logger */
|
||||
#define SPA_KEY_LOG_FILE "log.file" /**< log to the specified file instead of
|
||||
* stderr. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue