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

6 lines
244 B
Markdown

## 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.