cross-posted from: https://lemmy.ml/post/4072147
Is there a library for C, providing thread safe (high performance), and structured logging? An example for rust is the Tracing crate for rust (from Tokio). It should support several outputs as well.
cross-posted from: https://lemmy.ml/post/4072147
Is there a library for C, providing thread safe (high performance), and structured logging? An example for rust is the Tracing crate for rust (from Tokio). It should support several outputs as well.
Oh, misread the post, no idea for C sorry. I would think it would be really hard for C to have a generic structured log library, but I’m not a C expert