Go to the source code of this file.
Namespaces | |
| namespace | nest |
| Namespace for the NEST simulation kernel. | |
Macros | |
| #define | LOG(s, fctn, msg) nest::kernel().logging_manager.publish_log( ( s ), ( fctn ), ( msg ), __FILE__, __LINE__ ) |
Typedefs | |
| typedef void(* | nest::deliver_logging_event_ptr) (const LoggingEvent &e) |
Enumerations | |
| enum class | nest::VerbosityLevel { nest::ALL = 0 , nest::DEBUG = 5 , nest::STATUS = 7 , nest::INFO = 10 , nest::PROGRESS = 15 , nest::DEPRECATED = 18 , nest::WARNING = 20 , nest::ERROR = 30 , nest::FATAL = 40 , nest::QUIET = 100 } |
| Report only messages at levels higher than chosen level to user or logs. Default INFO. More... | |
| #define LOG | ( | s, | |
| fctn, | |||
| msg | |||
| ) | nest::kernel().logging_manager.publish_log( ( s ), ( fctn ), ( msg ), __FILE__, __LINE__ ) |