#include <iomanip>
#include <stdlib.h>
#include <string>
#include <ostream>
#include <iostream>
#include <map>
#include <iosfwd>
#include <stdexcept>
Go to the source code of this file.
Namespaces | |
namespace | verve |
Classes | |
class | verve::Logger |
This class is used to log any events, errors, or warnings that may come up. More... | |
struct | verve::Logger::Stream |
A simple output stream structure. More... | |
Defines | |
#define | VERVE_LOGGER Logger::instance().stream |
|
Use this macro to access the Logger singleton. For example, VERVE_LOGGER("debug") << errorMsg << std::endl; Definition at line 38 of file Logger.h. Referenced by verve::globals::checkParamValid(), verve::globals::getAttributeBool(), verve::globals::getAttributeInt(), verve::globals::getAttributeReal(), and verve::globals::getAttributeString(). |