|
Visualization Library 2.1.0
A 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 <cstdio>#include <cstdlib>#include <iostream>Go to the source code of this file.
Macros | |
| #define | SET_TEXT_COLOR_YELLOW() ScopedColor scoped_color("\033[1;33m"); |
| #define | SET_TEXT_COLOR_RED() ScopedColor scoped_color("\033[31m"); |
| #define | SET_TEXT_COLOR_PURPLE() ScopedColor scoped_color("\033[1;31m"); |
| #define | SET_TEXT_COLOR_GREEN() ScopedColor scoped_color("\033[1;32m"); |
| #define | SET_TEXT_COLOR_BLUE() ScopedColor scoped_color("\033[1;34m"); |
| #define SET_TEXT_COLOR_BLUE | ( | ) | ScopedColor scoped_color("\033[1;34m"); |
Definition at line 120 of file Log.cpp.
Referenced by vl::Log::debug().
| #define SET_TEXT_COLOR_GREEN | ( | ) | ScopedColor scoped_color("\033[1;32m"); |
Definition at line 119 of file Log.cpp.
Referenced by vl::Log::notify().
| #define SET_TEXT_COLOR_PURPLE | ( | ) | ScopedColor scoped_color("\033[1;31m"); |
Definition at line 118 of file Log.cpp.
Referenced by vl::Log::bug().
| #define SET_TEXT_COLOR_RED | ( | ) | ScopedColor scoped_color("\033[31m"); |
Definition at line 117 of file Log.cpp.
Referenced by vl::Log::error().
| #define SET_TEXT_COLOR_YELLOW | ( | ) | ScopedColor scoped_color("\033[1;33m"); |
Definition at line 116 of file Log.cpp.
Referenced by vl::Log::warning().
Visualization Library 2.1.0 Reference Documentation
Updated on Wed Mar 10 2021 16:02:42.
© Copyright Michele Bosi. All rights reserved.