X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/05b7549a0f980efa33265a091a5174a78851ce05..80890b99fec2630ef0a1a0805d894c3d86c16506:/lunaix-os/includes/lunaix/syslog.h diff --git a/lunaix-os/includes/lunaix/syslog.h b/lunaix-os/includes/lunaix/syslog.h index 91e2003..545a803 100644 --- a/lunaix-os/includes/lunaix/syslog.h +++ b/lunaix-os/includes/lunaix/syslog.h @@ -6,10 +6,12 @@ #define _LEVEL_INFO "0" #define _LEVEL_WARN "1" #define _LEVEL_ERROR "2" +#define _LEVEL_DEBUG "3" #define KINFO "\x1b" _LEVEL_INFO #define KWARN "\x1b" _LEVEL_WARN #define KERROR "\x1b" _LEVEL_ERROR +#define KDEBUG "\x1b" _LEVEL_DEBUG #define LOG_MODULE(module) \ static void kprintf(const char* fmt, ...) { \