Files
jsix_import/src/kernel/log.h
2019-04-06 18:25:09 -07:00

10 lines
140 B
C++

#pragma once
#include "kutil/logger.h"
namespace log = kutil::log;
namespace logs = kutil::logs;
void logger_init();
void logger_task();