meson/docs/markdown/snippets/new-debug-function.md

244 B

Added debug function

In addition to the message(), warning() and error() functions there is now the debug() function to log messages that only end up in the meson-log.txt logfile and are not printed to stdout at configure time.