This is the complete list of members for Logger, including all inherited members.
enableFileLogging(const std::string &path) | Logger | static |
error(const char *msg) | Logger | static |
forEachLine(const std::function< void(const char *line)> &handler) | Logger | static |
getTimeString(char *buffer, size_t len) | Logger | privatestatic |
info(const char *msg) | Logger | static |
levelToString(LogLevel level) | Logger | privatestatic |
log(LogLevel level, const char *msg) | Logger | privatestatic |
logPath | Logger | inlineprivatestatic |
logToFile | Logger | inlineprivatestatic |
minLevel | Logger | privatestatic |
setMinLogLevel(LogLevel level) | Logger | static |
warn(const char *msg) | Logger | static |