https://codeberg.org/interpeer/liberate.git
Raw File
Tip revision: eb0e32699782d5ee3620c5411f6efefaf0e10c68 authored by Las on 12 November 2021, 15:41:27 UTC
Merge branch 'master' into 'master'
Tip revision: eb0e326
meson_options.txt
option('log_backend', type: 'combo',
  choices: ['stderr', 'spdlog', 'loguru', 'plog'],
  value: 'stderr',
  description: '''The logging backend to use. This option can also be set via
-DLIBERATE_LOG_BACKEND=`...`. Possible values are `stderr` (the default),
`spdlog`, `loguru` and `plog`. See README.md for logging detail.''',
)
back to top