|
GlistEngine
|
#include <gUtils.h>


Public Member Functions | |
| gLoge (const std::string &tag="") | |
Public Member Functions inherited from gLog | |
| gLog () | |
| gLog (const std::string &tag) | |
| ~gLog () | |
| gLog & | operator<< (std::ostream &(*func)(std::ostream &)) |
| template<typename T > | |
| gLog & | operator<< (const T &value) |
Additional Inherited Members | |
Public Types inherited from gLog | |
| enum | { LOGLEVEL_INFO , LOGLEVEL_DEBUG , LOGLEVEL_WARNING , LOGLEVEL_ERROR } |
Static Public Member Functions inherited from gLog | |
| static void | setLoggingEnabled (bool isLoggingEnabled) |
| static bool | isLoggingEnabled () |
| static std::string | getLogLevelName (int logLevel) |
Protected Attributes inherited from gLog | |
| int | loglevel |
| std::stringstream | logmessage |
| std::string | logtag |
Static Protected Attributes inherited from gLog | |
| static bool | isloggingenabled |
| static std::string | loglevelname [] |
| gLoge::gLoge | ( | const std::string & | tag = "" | ) |