https://codeberg.org/interpeer/liberate.git
Raw File
Tip revision: aa09834543ecaeb86e6800b00c0124392454fa17 authored by Jens Finkhaeuser on 15 April 2022, 17:00:51 UTC
This is WIP, why is this in master
Tip revision: aa09834
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