Add buffer for logger

This commit is contained in:
2023-11-21 10:45:12 +01:00
parent 384a5b51f6
commit 38544221af
2 changed files with 3 additions and 0 deletions

View File

@@ -7,6 +7,7 @@
typedef struct BzLoggerModule {
BzLoggerCallback callbacks[BZ_LOGGER_MAX_CALLBACKS];
char buffer[1024];
int level;
bool silent;