rxi / log.c

A simple logging library implemented in C99

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to using a file to record GLOBAL LOG messages

BowinChow opened this issue · comments

I want to open a single file, for example xxxx.txt, to record all the logs including all levels generated from different modules or C files.