feat 新的运行时环境
This commit is contained in:
13
runtime/libcore/tests/test_log.c
Normal file
13
runtime/libcore/tests/test_log.c
Normal file
@@ -0,0 +1,13 @@
|
||||
#include <libcore.h>
|
||||
#include <stdio.h>
|
||||
|
||||
int main(void) {
|
||||
printf("test log...\n");
|
||||
Assert(1 == 1);
|
||||
LOG_TRACE("log trace");
|
||||
LOG_NOTSET("log notset");
|
||||
LOG_DEBUG("log debug");
|
||||
LOG_INFO("log info");
|
||||
LOG_WARN("log warn");
|
||||
LOG_ERROR("log error");
|
||||
}
|
||||
Reference in New Issue
Block a user