1
0
mirror of https://github.com/Zygo/bees.git synced 2025-06-16 17:46:16 +02:00

chatter: add option to remove log level prefix

Some projects use only one log level, so there is no need to repeat it
for every line.

Signed-off-by: Zygo Blaxell <bees@furryterror.org>
This commit is contained in:
Zygo Blaxell
2021-04-06 08:21:41 -04:00
parent 45afce72e3
commit 06a46e2736
2 changed files with 15 additions and 2 deletions

View File

@ -50,6 +50,7 @@ namespace crucible {
~Chatter();
static void enable_timestamp(bool prefix_timestamp);
static void enable_level(bool prefix_level);
};
template <class Argument>