Class LogStream¶ Defined in File Logger.hpp Inheritance Relationships¶ Derived Type¶ public Log (Class Log) Class Documentation¶ class LogStream¶ Subclassed by Log Public Functions LogStream(LogLevel level, const char *file, int line)¶ ~LogStream()¶ template<typename T>inline LogStream &operator<<(const T &val)¶ void flush()¶ Public Static Functions static LogStream log(LogLevel lvl, const char *file, int line)¶ static void logger_configure(const std::string &log_path, LogLevel level, LogType type)¶ static std::string cleanString(std::string str)¶ Public Static Attributes static LogSettings SETTINGS¶