From be26033ff754f0f6cf6f6b87cc7156b83e672c52 Mon Sep 17 00:00:00 2001 From: arcan1s Date: Fri, 4 Sep 2015 00:18:46 +0300 Subject: [PATCH] edit log format line --- sources/awdebug.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/awdebug.h b/sources/awdebug.h index 95345d7..d80e361 100644 --- a/sources/awdebug.h +++ b/sources/awdebug.h @@ -22,7 +22,7 @@ #include #ifndef LOG_FORMAT -#define LOG_FORMAT "[%{time yyyy-MM-ddTHH:mm:ss.zzzZ}][%{if-debug}DD%{endif}%{if-info}II%{endif}%{if-warning}WW%{endif}%{if-critical}CC%{endif}%{if-fatal}FF%{endif}][%{category}][%{function}] %{message}" +#define LOG_FORMAT "[%{time yyyy-MM-ddTHH:mm:ss.zzz}][%{if-debug}DD%{endif}%{if-info}II%{endif}%{if-warning}WW%{endif}%{if-critical}CC%{endif}%{if-fatal}FF%{endif}][%{category}][%{function}] %{message}" #endif /* LOG_FORMAT */ // define info log level