libx52/subprojects/pinelog/meson_options.txt

9 lines
275 B
Meson

option('show-date', type: 'boolean',
description: 'Show timestamp in log message')
option('show-level', type: 'boolean',
description: 'Show level string in log message')
option('show-backtrace', type: 'boolean',
description: 'Show backtrace information in log message')