Visualization Library v1.0.3

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

VL     Star     Watch     Fork     Issue

[Download] [Tutorials] [All Classes] [Grouped Classes]
Defines

/home/master/UCL/VisualizationLibrary/src/vlCore/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 <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 Documentation

#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().


Visualization Library v1.0.3 Reference Documentation
Copyright Michele Bosi. All rights reserved.
Updated on Tue Feb 7 2017 00:55:04.
Permission is granted to use this page to write and publish articles regarding Visualization Library.