From 2cdddbab56ffdbca6accfc626521968fbe2c917e Mon Sep 17 00:00:00 2001 From: Marvin Scholz Date: Tue, 29 Mar 2022 23:59:44 +0200 Subject: Add new debug() function Adds a new debug() function that can be used in the meson.build to log messages to the meson-log.txt that will not be printed to stdout when configuring the project. --- docs/markdown/snippets/new-debug-function.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 docs/markdown/snippets/new-debug-function.md (limited to 'docs/markdown/snippets/new-debug-function.md') diff --git a/docs/markdown/snippets/new-debug-function.md b/docs/markdown/snippets/new-debug-function.md new file mode 100644 index 0000000..c900827 --- /dev/null +++ b/docs/markdown/snippets/new-debug-function.md @@ -0,0 +1,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. -- cgit v1.1