Add pid/tid to all log messages
This commit is contained in:
parent
2eefda6114
commit
9e3df0ccd0
4 changed files with 27 additions and 9 deletions
|
|
@ -2,5 +2,6 @@
|
|||
|
||||
#include <stdarg.h>
|
||||
|
||||
void dbg(const char* fmt, ...);
|
||||
void dbgln(const char* str, ...);
|
||||
void panic(const char* str, ...);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue