Added ev_log
Signed-off-by: Robear Selwans <robear.selwans@outlook.com>
This commit is contained in:
9
log_test.c
Normal file
9
log_test.c
Normal file
@@ -0,0 +1,9 @@
|
||||
#define EV_LOG_IMPLEMENTATION
|
||||
#include "ev_log.h"
|
||||
|
||||
|
||||
int main()
|
||||
{
|
||||
ev_log_trace("Trace Log");
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user