wireplumber/docs/rst
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
..
c_api lib: remove WpEndpoint and WpSiEndpoint APIs 2023-04-17 07:48:18 -04:00
configuration meson: install scripts in /usr/share/wireplumber 2023-04-17 07:48:18 -04:00
design docs: initial design documentation 2023-04-17 07:48:18 -04:00
lua_api log: rename "message" level to "notice" and print criticals with "E" 2023-05-18 16:19:49 +03:00
c_api.rst lib: remove WpEndpoint and WpSiEndpoint APIs 2023-04-17 07:48:18 -04:00
community.rst docs: mention the new matrix room in the community resources 2021-06-30 19:51:21 +03:00
configuration.rst docs: configs-refactor changes. 2023-04-17 07:44:19 -04:00
contributing.rst docs: tidy up most documents and try to update the information in them 2021-05-26 19:20:05 +03:00
daemon-logging.rst docs: fix WIREPLUMBER_DEBUG examples 2022-05-19 13:44:32 +03:00
index.rst docs: initial design documentation 2023-04-17 07:48:18 -04:00
installing-wireplumber.rst meson: Add options to configure whether to build daemon, tools and modules. 2022-11-23 10:06:11 +00:00
lua_api.rst docs: add placeholder for lua_spa_pod 2022-05-04 16:04:56 -04:00
meson.build docs: initial design documentation 2023-04-17 07:48:18 -04:00
releases.rst docs: convert NEWS to rst and add it in the generated docs 2021-05-26 09:30:06 +03:00
running-wireplumber-daemon.rst docs: update the "running" instructions 2022-01-05 08:28:52 +02:00
testing.rst Rename endpoint concept to virtual session item 2023-04-17 07:48:18 -04:00