aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/new-debug-function.md
blob: c900827f484541dadf456de05809b6b21f53280b (plain)
1
2
3
4
5
## 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.