https://codeberg.org/interpeer/liberate.git
Raw File
Tip revision: 8f174da662820044bac7dc39fe2063d787354ec6 authored by Jens Finkhaeuser on 14 March 2022, 09:53:03 UTC
Merge branch 'towncrier-changelog-test' into 'master'
Tip revision: 8f174da
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