Visualization Library 2.0.0

A lightweight C++ OpenGL middleware for 2D/3D graphics

VL     Star     Watch     Fork     Issue

[Download] [Tutorials] [All Classes] [Grouped Classes]
Macros
Log.cpp File Reference
#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");
 

Macro Definition Documentation

◆ SET_TEXT_COLOR_BLUE

#define SET_TEXT_COLOR_BLUE ( )    ScopedColor scoped_color("\033[1;34m");

Definition at line 120 of file Log.cpp.

Referenced by vl::Log::debug().

◆ SET_TEXT_COLOR_GREEN

#define SET_TEXT_COLOR_GREEN ( )    ScopedColor scoped_color("\033[1;32m");

Definition at line 119 of file Log.cpp.

Referenced by vl::Log::notify().

◆ SET_TEXT_COLOR_PURPLE

#define SET_TEXT_COLOR_PURPLE ( )    ScopedColor scoped_color("\033[1;31m");

Definition at line 118 of file Log.cpp.

Referenced by vl::Log::bug().

◆ SET_TEXT_COLOR_RED

#define SET_TEXT_COLOR_RED ( )    ScopedColor scoped_color("\033[31m");

Definition at line 117 of file Log.cpp.

Referenced by vl::Log::error().

◆ SET_TEXT_COLOR_YELLOW

#define SET_TEXT_COLOR_YELLOW ( )    ScopedColor scoped_color("\033[1;33m");

Definition at line 116 of file Log.cpp.

Referenced by vl::Log::warning().