summaryrefslogtreecommitdiffstats
path: root/test cases/unit/104 debug function/meson.build
blob: c3f4c769fdb588868fa0f8a716c0a651239619f5 (plain)
1
2
3
4
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'})