Skip to content

Commit

Permalink
Update easylog.hpp (#690)
Browse files Browse the repository at this point in the history
  • Loading branch information
Corgile authored Jun 9, 2024
1 parent 7f2568e commit a66d642
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/ylt/easylog.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -326,4 +326,4 @@ inline void add_appender(std::function<void(std::string_view)> fn) {
#endif
#ifndef ELOGF
#define ELOGF ELOG_FATAL
#endif
#endif

0 comments on commit a66d642

Please sign in to comment.