Sign in
qemu
/
meson
/
7b43a2e19613f3702935872b21b1020f7d8c6a9b
/
.
/
test cases
/
unit
/
105 debug function
/
meson.build
blob: c3f4c769fdb588868fa0f8a716c0a651239619f5 [
file
] [
log
] [
blame
]
project
(
'debug function'
,
'c'
)
debug
(
'This is an example debug output, should only end up in debug log'
)
debug
(
'Test logging other things'
,
true
,
1
,
[
'Array'
],
{
'Key'
:
'Value'
})