Update easylog.hpp (#690)
This commit is contained in:
parent
7f2568ed24
commit
a66d642f02
|
@ -288,7 +288,7 @@ inline void add_appender(std::function<void(std::string_view)> fn) {
|
|||
#endif
|
||||
|
||||
#ifndef MELOG_TRACE
|
||||
#define MELOG_TRACE(id) ELOG(INFO, id)
|
||||
#define MELOG_TRACE(id) ELOG(TRACE, id)
|
||||
#endif
|
||||
#ifndef MELOG_DEBUG
|
||||
#define MELOG_DEBUG(id) ELOG(DEBUG, id)
|
||||
|
@ -326,4 +326,4 @@ inline void add_appender(std::function<void(std::string_view)> fn) {
|
|||
#endif
|
||||
#ifndef ELOGF
|
||||
#define ELOGF ELOG_FATAL
|
||||
#endif
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue