Cypress
1.0
C++ Spiking Neural Network Simulation Framework
|
#include <ctime>
#include <cstdint>
#include <iostream>
#include <fstream>
#include <memory>
#include <string>
Go to the source code of this file.
Classes | |
class | cypress::LogBackend |
class | cypress::LogStreamBackend |
class | cypress::LogFileBackend |
class | cypress::Logger |
Namespaces | |
cypress | |
Enumerations | |
enum | cypress::LogSeverity : int32_t { cypress::DEBUG = 10, cypress::INFO = 20, cypress::WARNING = 30, cypress::ERROR = 40, cypress::FATAL_ERROR = 50 } |
Functions | |
Logger & | cypress::global_logger () |
Implements a simple logging system used throughout Cypress to log messages and warnings originating from the remote backends and cypress itself.