Auryn simulator  v0.8.1-206-gb56e451
Plastic Spiking Neural Network Simulator
Classes | Namespaces | Macros | Enumerations
Logger.h File Reference
#include <iostream>
#include <iomanip>
#include <fstream>
#include <sstream>
#include <string>
#include <time.h>
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  auryn::Logger
 A generic logger class that logs to screen and a log-file. More...
 

Namespaces

 auryn
 

Macros

#define AURYN_LOGGER_CERRLEVEL   WARNING
 

Enumerations

enum  auryn::LogMessageType {
  auryn::EVERYTHING, auryn::VERBOSE, auryn::INFO, auryn::NOTIFICATION,
  auryn::SETTINGS, auryn::PROGRESS, auryn::WARNING, auryn::ERROR,
  auryn::NONE
}
 Enum type for significance level of a given message send to the Logger. More...
 

Macro Definition Documentation

◆ AURYN_LOGGER_CERRLEVEL

#define AURYN_LOGGER_CERRLEVEL   WARNING