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