Files
RedBear-OS/local/recipes/dev/meson/source/test cases/unit/105 debug function/meson.build
T

5 lines
180 B
Meson

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'})