Visualization Library v1.0.3A lightweight C++ OpenGL middleware for 2D/3D graphics |
[Download] [Tutorials] [All Classes] [Grouped Classes] |
#include <vlCore/Log.hpp>
#include <vlCore/VisualizationLibrary.hpp>
#include <vlCore/GlobalSettings.hpp>
#include <vlCore/Vector3.hpp>
#include <vlCore/Say.hpp>
#include <vlCore/ScopedMutex.hpp>
#include <vlCore/version.hpp>
#include <cstdio>
#include <cstdlib>
#include <iostream>
Go to the source code of this file.
Defines | |
#define | SET_TEXT_COLOR_YELLOW() ScopedColor set_scoped_color("\033[1;33m"); |
#define | SET_TEXT_COLOR_RED() ScopedColor set_scoped_color("\033[31m"); |
#define | SET_TEXT_COLOR_PURPLE() ScopedColor set_scoped_color("\033[1;31m"); |
#define | SET_TEXT_COLOR_GREEN() ScopedColor set_scoped_color("\033[1;32m"); |
#define | SET_TEXT_COLOR_BLUE() ScopedColor set_scoped_color("\033[1;34m"); |
#define SET_TEXT_COLOR_YELLOW | ( | ) | ScopedColor set_scoped_color("\033[1;33m"); |
Definition at line 116 of file Log.cpp.
Referenced by vl::Log::warning().
#define SET_TEXT_COLOR_RED | ( | ) | ScopedColor set_scoped_color("\033[31m"); |
Definition at line 117 of file Log.cpp.
Referenced by vl::Log::error().
#define SET_TEXT_COLOR_PURPLE | ( | ) | ScopedColor set_scoped_color("\033[1;31m"); |
Definition at line 118 of file Log.cpp.
Referenced by vl::Log::bug().
#define SET_TEXT_COLOR_GREEN | ( | ) | ScopedColor set_scoped_color("\033[1;32m"); |
Definition at line 119 of file Log.cpp.
Referenced by vl::Log::notify().
#define SET_TEXT_COLOR_BLUE | ( | ) | ScopedColor set_scoped_color("\033[1;34m"); |
Definition at line 120 of file Log.cpp.
Referenced by vl::Log::debug().