https://codeberg.org/interpeer/liberate.git
Revision 46d2a9a5525d451e4519bdc32109d07d528ec83d authored by Jens Finkhaeuser on 14 June 2022, 09:37:47 UTC, committed by Jens Finkhaeuser on 14 June 2022, 09:37:47 UTC
1 parent 0937cda
Raw File
Tip revision: 46d2a9a5525d451e4519bdc32109d07d528ec83d authored by Jens Finkhaeuser on 14 June 2022, 09:37:47 UTC
Update/fix copyright notice in code files
Tip revision: 46d2a9a
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