#include <iostream>
int main()
{
}
@ 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 LOG_RAW(fmtStr,...)
#define LOGGER_USE_LOCAL_TIME_
#define DEF_LOGGER_CERR(...)
#define LOG(ll, fmtStr,...)