Class Logger¶
Defined in File logger.h
Class Documentation¶
-
class Logger¶
Public Types
Public Static Functions
-
static void Debug(const std::string &message, const std::string &name = "", double time_sim = -1.0)¶
-
static void Info(const std::string &message, const std::string &name = "", double time_sim = -1.0)¶
-
static void Warn(const std::string &message, const std::string &name = "", double time_sim = -1.0)¶
-
static void Error(const std::string &message, const std::string &name = "", double time_sim = -1.0)¶
-
static Ptr<ProgressBar> GetProgressBar(int total, const std::string &message = "", const std::string &name = "", double time_sim = -1.0)¶
-
static void CheckProgressBars()¶
-
static void PlaySound()¶
-
static void Debug(const std::string &message, const std::string &name = "", double time_sim = -1.0)¶