rxi / log.c

A simple logging library implemented in C99

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Why keep multiple callbacks

kevin-tso opened this issue · comments

commented

Callback callbacks[MAX_CALLBACKS];

commented

Using different callback functions can display different log styles

commented

thank you