|
static void | LogToFile (const char *str) |
|
template<typename... Args> |
static void | LogToFile (const char *fmt, Args &&... args) |
|
static void | Print (const char *str) |
|
template<typename... Args> |
static void | Print (const char *fmt, Args &&... args) |
|
static void | Print (FILE *const stream, const char *str) |
|
template<typename... Args> |
static void | Print (FILE *const stream, const char *fmt, Args &&... args) |
|
static void | Error (const char *str) |
|
template<typename... Args> |
static void | Error (const char *fmt, Args &&... args) |
|
The documentation for this class was generated from the following files:
- /Users/kevinpruvost/Bossing/Perso/VenomEngine/lib/common/include/venom/common/Log.h
- /Users/kevinpruvost/Bossing/Perso/VenomEngine/lib/common/src/Log.cc