Visualization LibraryA lightweight C++ OpenGL middleware for 2D/3D graphics |
[Home] [Tutorials] [All Classes] [Grouped Classes] |
#include <vl/String.hpp>Classes | |
| class | vl::Log |
| The Log class is the abstract base class used to generate logging data. More... | |
| class | vl::StandardLog |
| The StandardLog class outputs the log messages on the stdout device and optionally also on a specified file. More... | |
Namespaces | |
| namespace | vl |
| Visualization Library namespace. | |
Enumerations | |
| enum | vl::ELogLevel { vl::LogNormal, vl::LogDebug, vl::LogInfo, vl::LogWarning, vl::LogError, vl::LogBug } |