log: make timestamps configurable

This commit is contained in:
Wim Taymans 2019-11-19 15:38:09 +01:00
parent 53f93c2bde
commit f92775719a
3 changed files with 10 additions and 2 deletions

View file

@ -167,6 +167,8 @@ static inline void spa_log_trace_fp (struct spa_log *l, const char *format, ...)
#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. */
#define SPA_KEY_LOG_TIMESTAMP "log.timestamp" /**< log timestamps */
#ifdef __cplusplus
} /* extern "C" */
#endif