Add buffer for logger
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
|
||||
typedef struct BzLoggerModule {
|
||||
BzLoggerCallback callbacks[BZ_LOGGER_MAX_CALLBACKS];
|
||||
char buffer[1024];
|
||||
|
||||
int level;
|
||||
bool silent;
|
||||
|
||||
Reference in New Issue
Block a user