Visualization Library

A lightweight C++ OpenGL middleware for 2D/3D graphics
[Home] [Tutorials] [All Classes] [Grouped Classes]
Defines

X:/dropbox/visualizationlibrary/src/vlCore/Log.cpp File Reference

#include <vlCore/Log.hpp>
#include <vlCore/checks.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 2011.09.1160 Reference Documentation
Copyright 2005-2011 Michele Bosi. All rights reserved.
Updated on Thu May 2 2013 13:40:46.
Permission is granted to use this page to write and publish articles regarding Visualization Library.