24#ifndef LOGGING_EVENT_H
25#define LOGGING_EVENT_H
41 const std::string& fctn,
42 const std::string& msg,
43 const std::string& file =
"none",
44 const size_t line = 0 );
Definition logging_event.h:38
const VerbosityLevel severity
Definition logging_event.h:53
const std::string & function
Definition logging_event.h:52
friend std::ostream & operator<<(std::ostream &, const LoggingEvent &)
Definition logging_event.cpp:58
const std::string & message
Definition logging_event.h:51
const size_t line_number
Definition logging_event.h:56
VerbosityLevel nest_verbosity_level() const
Definition logging_event.cpp:50
const time_t time_stamp
Definition logging_event.h:54
const std::string & file_name
Definition logging_event.h:55
Namespace for the NEST simulation kernel.
Definition beta_normalization_factor.h:33
VerbosityLevel
Report only messages at levels higher than chosen level to user or logs. Default INFO.
Definition logging.h:40