#include <LogManager.h>
Static Public Member Functions | |
| static void | error (const char *p_file, const char *p_text) |
| static void | warning (const char *p_file, const char *p_text) |
| static void | debug (const char *p_file, const char *p_text) |
Definition at line 10 of file LogManager.h.
| static void random_utils::LogManager::error | ( | const char * | p_file, | |
| const char * | p_text | |||
| ) | [inline, static] |
Definition at line 13 of file LogManager.h.
| static void random_utils::LogManager::warning | ( | const char * | p_file, | |
| const char * | p_text | |||
| ) | [inline, static] |
Definition at line 18 of file LogManager.h.
| static void random_utils::LogManager::debug | ( | const char * | p_file, | |
| const char * | p_text | |||
| ) | [inline, static] |
Definition at line 23 of file LogManager.h.
1.5.1