#include <fstream>
int main()
{
#ifndef TURN_OFF_LOGGER_
#endif
}
@ LL_WARNING
Situation that should be warned but should not have sabotaged anything already.
@ LL_ERROR
Error not serious enough that the program can continue to run.
@ LL_INFO
Information worth mentioning about the current status, be it normal or abnormal.
@ LL_VERBOSE
More detailed or advanced information probably considered too much by some.
@ LL_FATAL
Error serious enough that the program should shut down immediately after reporting this.
#define FUNLOGX(fmtStr,...)
#define LOGGER_USE_LOCAL_TIME_
#define LOG(ll, fmtStr,...)
#define DEF_LOGGER_FILE(path,...)