Revision 7fc93b7e1e15a85aaa5af95dadb84ee8731e26ee authored by Jens Finkhaeuser on 08 December 2021, 13:58:27 UTC, committed by Jens Finkhaeuser on 08 December 2021, 13:58:27 UTC
1 parent 74c0b50
Raw File
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