wireplumber/docs
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
..
_static docs: improve the home page and toc; use README.rst as a base; add badges 2021-05-25 14:19:53 +03:00
rst log: rename "message" level to "notice" and print criticals with "E" 2023-05-18 16:19:49 +03:00
conf.py.in docs: set breathe_default_members to get struct members to show up in the docs 2021-06-08 17:14:54 +03:00
Doxyfile.in docs: remove deprecated doxygen configuration params 2022-05-04 15:47:08 -04:00
gen-api-gtkdoc.py docs: Write gtk-doc comments for constant variables 2021-06-02 17:38:34 +00:00
meson.build gir: Add pkg-config package name and main header 2022-10-29 12:28:20 +02:00