kick
|
Static Public Member Functions | |
static void | drawLine (glm::vec3 from, glm::vec3 to, float seconds, glm::vec4 color=glm::vec4(1.0), Camera *camera=nullptr) |
static void | drawSphere (glm::vec3 center, float size, float seconds, glm::vec4 color=glm::vec4(1.0), Camera *camera=nullptr) |
static void | drawBox (glm::vec3 center, glm::vec3 size, float seconds, glm::vec4 color=glm::vec4(1.0), Camera *camera=nullptr) |
static void | disable () |
Disable logging. | |
static void | reset () |
Set logging to std out and err out streams. | |
static void | printStacktrace () |
static std::string | workingDir () |
Static Public Attributes | |
static std::function< void(std::string message, std::string func, std::string file, int line)> | info |
static std::function< void(std::string message, std::string func, std::string file, int line)> | warning |
static std::function< void(std::string message, std::string func, std::string file, int line)> | error |
std::function< void(std::string, std::string, std::string, int)> kick::Debug::error [static] |
std::function< void(std::string, std::string, std::string, int)> kick::Debug::info [static] |
std::function< void(std::string, std::string, std::string, int)> kick::Debug::warning [static] |