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. | |
| void | setLogFile (const String &file) |
| const String & | logFile () const |
Protected Member Functions | |
| virtual void | printImplementation (ELogLevel level, const String &log) |
Protected Attributes | |
| String | mLogFile |
| virtual const char* vl::StandardLog::className | ( | ) | [inline, virtual] |
| void vl::StandardLog::setLogFile | ( | const String & | file | ) | [inline] |
| const String& vl::StandardLog::logFile | ( | ) | const [inline] |
Implements vl::Log.
String vl::StandardLog::mLogFile [protected] |