#define EV_LOG_IMPLEMENTATION #include "ev_log.h" int main() { ev_log_trace("Trace Log"); return 0; }