vlc/modules/logger
Alexandre Janniaux 6ea08ff624 tracer: use an array of entries instead of va_list
Forward the tracing key/value entries as an array instead of using
va_list. Using an array is easier to interop with in other languages,
but also and more importantly much easier to store and forward.

This will allow to implement hierarchical tracing context.
2024-03-07 09:26:22 +00:00
..
Makefile.am modules: remove standalone AM_CFLAGS usage 2022-06-02 05:39:11 +00:00
android.c plugins: purge use of set_category() 2021-12-20 09:45:01 +00:00
console.c console logger: use isatty on Windows if it's available 2023-01-11 09:46:11 +00:00
emscripten.c logger: add emscripten module 2022-02-25 17:05:07 +00:00
file.c modules: include vlc_configuration.h when using config_GetUserDir() 2023-05-06 06:56:32 +00:00
journal.c plugins: purge use of set_category() 2021-12-20 09:45:01 +00:00
json.c tracer: use an array of entries instead of va_list 2024-03-07 09:26:22 +00:00
meson.build meson: avoid using arrays for files() 2023-01-15 09:26:33 +00:00
syslog.c plugins: purge use of set_category() 2021-12-20 09:45:01 +00:00