Cypress  1.0
C++ Spiking Neural Network Simulation Framework
Classes | Namespaces | Enumerations | Functions
logger.hpp File Reference
#include <ctime>
#include <cstdint>
#include <iostream>
#include <fstream>
#include <memory>
#include <string>
Include dependency graph for logger.hpp:
This graph shows which files directly or indirectly include this file:

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 ()
 

Detailed Description

Implements a simple logging system used throughout Cypress to log messages and warnings originating from the remote backends and cypress itself.

Author
Andreas Stöckel