Sign in
qemu
/
meson
/
refs/heads/revert-10041-wayland-pkgconfig
/
.
/
docs
/
markdown
/
snippets
/
new-debug-function.md
blob: c900827f484541dadf456de05809b6b21f53280b [
file
] [
log
] [
blame
] [
view
]
## 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
.