Compare commits
4
Commits
v1.1.0
...
7a314a0038
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7a314a0038 | ||
|
|
f073e5a21f | ||
|
|
536a1a3b01 | ||
|
|
a6b697dd0e |
@@ -4,6 +4,7 @@
|
||||
#include "../common/aliases/aliases.h"
|
||||
#include "../common/assert/assert.h"
|
||||
#include "../os/file/file.h"
|
||||
#include "../common/misc/misc_utils.h"
|
||||
|
||||
#define LOG_LEVEL_STR_LENGTH 8
|
||||
#define LOG_PREFIX_BUF_LENGTH 16
|
||||
@@ -12,6 +13,8 @@ typedef struct {
|
||||
WFile *outlog;
|
||||
WFile *errlog;
|
||||
LogLevel level;
|
||||
|
||||
wapp_misc_utils_reserve_padding(2 * sizeof(WFile *) + sizeof(LogLevel));
|
||||
} LogConfig;
|
||||
|
||||
wapp_intern LogConfig LOG_CONFIG = {
|
||||
|
||||
Reference in New Issue
Block a user