Auryn simulator
v0.8.1-206-gb56e451
Plastic Spiking Neural Network Simulator
|
#include <iostream>
#include <iomanip>
#include <fstream>
#include <sstream>
#include <string>
#include <time.h>
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... | |
#define AURYN_LOGGER_CERRLEVEL WARNING |