Move more logging infrastructure into kutil
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user