NEST main@caf0ae8
 
Loading...
Searching...
No Matches
logging.h File Reference
This graph shows which files directly or indirectly include this file:

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...
 

Macro Definition Documentation

◆ LOG

#define LOG (   s,
  fctn,
  msg 
)    nest::kernel().logging_manager.publish_log( ( s ), ( fctn ), ( msg ), __FILE__, __LINE__ )