|
| | Logger () |
| |
| | Logger (Logger const &)=delete |
| |
| void | operator= (Logger const &)=delete |
| |
| void | ChangeConsoleColor (TextColor text_color, int highlight_text) |
| |
| void | ResetConsoleColor () |
| |
| void | VFatal (const char *format, fmt::format_args args) |
| |
| void | VError (const char *format, fmt::format_args args) |
| |
| void | VWarning (const char *format, fmt::format_args args) |
| |
| void | VInfo (const char *format, fmt::format_args args) |
| |
| void | VDebug (const char *format, fmt::format_args args) |
| |
| template<typename... Args> |
| void | Fatal (const char *format, const Args &... args) |
| |
| template<typename... Args> |
| void | Error (const char *format, const Args &... args) |
| |
| template<typename... Args> |
| void | Warning (const char *format, const Args &... args) |
| |
| template<typename... Args> |
| void | Info (const char *format, const Args &... args) |
| |
| template<typename... Args> |
| void | Debug (const char *format, const Args &... args) |
| |
| template<typename... Args> |
| void | Fatalf (const char *format, const Args &... args) |
| |
| template<typename... Args> |
| void | Errorf (const char *format, const Args &... args) |
| |
| template<typename... Args> |
| void | Warningf (const char *format, const Args &... args) |
| |
| template<typename... Args> |
| void | Infof (const char *format, const Args &... args) |
| |
| template<typename... Args> |
| void | Debugf (const char *format, const Args &... args) |
| |