Visualization LibraryA lightweight C++ OpenGL middleware for 2D/3D graphics |
[Home] [Tutorials] [All Classes] [Grouped Classes] |
#include <Log.hpp>

Public Member Functions | |
| virtual const char * | className () |
| Returns the name of the class. | |
| Log () | |
Static Public Member Functions | |
| static void | setLogger (Log *logger) |
| static Log * | logger () |
| static void | print (ELogLevel level, const String &log) |
| static void | print (const String &log) |
| static void | debug (const String &log) |
| static void | info (const String &log) |
| static void | warning (const String &log) |
| static void | error (const String &log) |
| static void | bug (const String &log) |
Protected Member Functions | |
| virtual void | printImplementation (ELogLevel level, const String &log)=0 |
Static Protected Attributes | |
| static ref< Log > | mLogger |
| vl::Log::Log | ( | ) | [inline] |
| virtual const char* vl::Log::className | ( | ) | [inline, virtual] |
| static void vl::Log::setLogger | ( | Log * | logger | ) | [inline, static] |
| static Log* vl::Log::logger | ( | ) | [inline, static] |
| void Log::print | ( | const String & | log | ) | [static] |
| void Log::debug | ( | const String & | log | ) | [static] |
| void Log::info | ( | const String & | log | ) | [static] |
| void Log::warning | ( | const String & | log | ) | [static] |
| void Log::error | ( | const String & | log | ) | [static] |
| void Log::bug | ( | const String & | log | ) | [static] |
| virtual void vl::Log::printImplementation | ( | ELogLevel | level, | |
| const String & | log | |||
| ) | [protected, pure virtual] |
Implemented in vl::StandardLog.
ref< Log > Log::mLogger [static, protected] |