Files

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