Cypress
1.0
C++ Spiking Neural Network Simulation Framework
|
#include <logger.hpp>
Public Member Functions | |
virtual void | log (LogSeverity lvl, std::time_t time, const std::string &module, const std::string &message)=0 |
virtual | ~LogBackend () |
The Backend class is the abstract base class that must be implemented by any log backend.
|
inlinevirtual |
|
pure virtual |
Pure virtual function which is called whenever a new log message should be logged.
Implemented in cypress::LogStreamBackend.