NGL  6.5
The NCCA Graphics Library
Logger.h File Reference
#include "Types.h"
#include "Singleton.h"
#include <memory>
#include <cstdarg>
#include <iostream>
#include <ostream>
#include <fstream>
#include <boost/iostreams/stream.hpp>
#include <boost/iostreams/tee.hpp>
+ Include dependency graph for Logger.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ngl::Logger
 

Namespaces

 ngl
 implementation files for RibExport class
 

Enumerations

enum  ngl::Colours : char {
  ngl::Colours::CNORMAL, ngl::Colours::RED, ngl::Colours::GREEN, ngl::Colours::YELLOW,
  ngl::Colours::BLUE, ngl::Colours::MAGENTA, ngl::Colours::CYAN, ngl::Colours::WHITE,
  ngl::Colours::RESET
}
 
enum  ngl::TimeFormat : char { ngl::TimeFormat::TIME, ngl::TimeFormat::TIMEDATE, ngl::TimeFormat::TIMEDATEDAY }