|
| void | pw_log_set (struct spa_log *log) |
| | Configure a logging module.
|
| |
| struct spa_log * | pw_log_get (void) |
| | Get the log interface.
|
| |
| void | pw_log_set_level (enum spa_log_level level) |
| | Configure the logging level.
|
| |
| void | pw_log_logt (enum spa_log_level level, const struct spa_log_topic *topic, const char *file, int line, const char *func, const char *fmt,...) 1(6 |
| | Log a message for a topic.
|
| |
| void void | pw_log_logtv (enum spa_log_level level, const struct spa_log_topic *topic, const char *file, int line, const char *func, const char *fmt, va_list args) 1(6 |
| | Log a message for a topic.
|
| |
| void void void | pw_log_log (enum spa_log_level level, const char *file, int line, const char *func, const char *fmt,...) 1(5 |
| | Log a message for the default topic.
|
| |
| void void void void | pw_log_logv (enum spa_log_level level, const char *file, int line, const char *func, const char *fmt, va_list args) 1(5 |
| | Log a message for the default topic.
|
| |
| void void void void void | _pw_log_topic_new (struct spa_log_topic *topic) |
| | Initialize the log topic.
|
| |