Move more logging infrastructure into kutil

This commit is contained in:
Justin C. Miller
2019-04-06 11:46:53 -07:00
parent 863555ec6b
commit e050d6f151
6 changed files with 28 additions and 30 deletions

View File

@@ -3,15 +3,7 @@
#include "kutil/logger.h"
namespace log = kutil::log;
namespace logs = kutil::logs;
namespace logs {
#define LOG(name, lvl) extern log::area_t name;
#include "log_areas.inc"
#undef LOG
void init();
void logger_init();
void logger_task();
} // namespace logs