OpenPolygon
1.0.0
OpenPolygon is a Rendering Engine
|
The LogManager class. More...
#include <logmanager.h>
Public Types | |
enum | Level { LOG_INFO, LOG_WARNING, LOG_ERROR, LOG_DEBUG, LOG_EXCEPTION } |
Static Public Member Functions | |
static LogManager * | getSingletonPtr (void) |
getSingletonPtr More... | |
static void | log (Level level, stringstream &message) throw ( std::runtime_error ) |
log More... | |
static void | log (Level level, const std::string &message) throw ( std::runtime_error ) |
static void | FrameBufferCheckStatus (const std::string &information) |
static void | getError (const std::string &information) |
LogManager::getError. More... | |
static void | printArray (float *pointer, int size) |
static void | printPointer (void *pointer) |
static void | printToFile (const std::string &file_name, const std::string &message) |
The LogManager class.
Logger - Print LogMessage into Console
|
static |
|
static |
|
static |
log
Print Log Message
level | |
message |