mirror of https://github.com/nirenjan/libx52.git
12 lines
501 B
Meson
12 lines
501 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')
|
|
|
|
option('strip-file-path', type: 'boolean', value: true,
|
|
description: 'If true, log location shows only the source basename; if false, use the compiler __FILE__ (path prefix helps when many units share a name, e.g. core.c)')
|