wireplumber/tests
George Kiagiadakis 4f27d18bd3 log: rename "message" level to "notice" and print criticals with "E"
Syslog calls this level "notice" and I prefer it because we use it
to display significant messages that are not warnings, but they
are not really "standard", as GLib wants them to be. There is nothing
"standard" about log messages in general.

Also, make these notice messages be enabled at debug level 2, together
with warnings. The default log.level is 2 and it is a good idea to show
notices by default too.

Finally, show them in the log with "N" and also change criticals to be
shown with "E", meaning "error"... Then promote G_LOG_LEVEL_ERROR
messages to be shown with "F", meaning "fatal", because in fact these
messages are always fatal and always call abort(). Still, keep the term
"critical" in the functions to make sure that whoever uses them is aware
that this level is only for critical conditions and not suitable to
display any kind of error.
2023-05-18 16:19:49 +03:00
..
common log: rename "message" level to "notice" and print criticals with "E" 2023-05-18 16:19:49 +03:00
examples tests: remove audiotestsrc-play example 2023-04-17 07:48:18 -04:00
modules component-loader: make wp_core_load_component() API asynchronous 2023-04-17 07:48:18 -04:00
scripts default-nodes-tests: use the changed variable in test utils 2023-04-17 07:48:18 -04:00
wp log: implement a log topics system, like pipewire 2023-05-16 20:42:28 +03:00
wplua log: implement a log topics system, like pipewire 2023-05-16 20:42:28 +03:00
meson.build meson: install scripts in /usr/share/wireplumber 2023-04-17 07:48:18 -04:00
script-tester.c component-loader: make wp_core_load_component() API asynchronous 2023-04-17 07:48:18 -04:00