void log(const qi::LogLevel verb, const char *category, const char *msg, const char *file="", const char *fct="", const int line=0)
Log function. You should call qiLog* macros instead.
void log(qi::LogLevel verb, qi::Clock::time_point date, qi::SystemClock::time_point systemDate, const char *category, const char *msg, const char *file, const char *fct, int line)
Prints a log message on the console.