56 static void _level( stringstream &info , Level level );
73 static void log( Level level , stringstream & message )
throw( std::runtime_error );
74 static void log( Level level ,
const std::string & message )
throw( std::runtime_error );
76 static void FrameBufferCheckStatus(
const std::string & information );
77 static void getError(
const std::string & information );
78 static void printArray(
float * pointer ,
int size );
79 static void printPointer(
void * pointer );
80 static void printToFile(
const std::string & file_name ,
const std::string & message );
86 #endif // LOGMANAGER_H
static void log(Level level, stringstream &message)
log
Definition: LogManager.cpp:167
static void getError(const std::string &information)
LogManager::getError.
Definition: LogManager.cpp:60
static LogManager * getSingletonPtr(void)
getSingletonPtr
Definition: LogManager.cpp:26
The LogManager class.
Definition: logmanager.h:29