Changed the log prefixes
This commit is contained in:
parent
e38b37404d
commit
e1978a052d
|
@ -26,12 +26,13 @@
|
|||
#include "utils/core.h"
|
||||
#include "drivers/graphics/renderer.h"
|
||||
|
||||
// TODO: Range-check the usage of this, otherwise could crash.
|
||||
string_t g_log_prefixes[LOG_ENUM_END] = {
|
||||
"", // LOG_NONE
|
||||
"[ Info ] ",
|
||||
"[ Debug ] ",
|
||||
"[ Warning ] ",
|
||||
"[ Error ] ",
|
||||
"# ",
|
||||
"? ",
|
||||
"! ",
|
||||
"!!! ",
|
||||
};
|
||||
|
||||
color_palette_E g_log_colors[LOG_ENUM_END] = {
|
||||
|
|
Loading…
Reference in New Issue