should I just use pipewire's logging?

This commit is contained in:
Emile Clark-Boman 2025-09-04 11:11:24 +10:00
parent 19403f79ab
commit b86ad339d9
2 changed files with 27 additions and 0 deletions

5
lib/log.h Normal file
View file

@ -0,0 +1,5 @@
#include <stdio.h>
void drn_log_target(FILE *target);
void drn_log(const char *msg);