Dynamic Neural Field Composer 0.0.0
A C++20 library and interactive application for building and simulating Dynamic Neural Field (DNF) architectures.
Loading...
Searching...
No Matches
Classes | Enumerations | Functions
dnf_composer::tools::logger Namespace Reference

Classes

class  Logger
 

Enumerations

enum  LogLevel : int {
  DEBUG , INFO , WARNING , ERROR ,
  FATAL
}
 
enum  LogOutputMode : int { CONSOLE , GUI , ALL }
 

Functions

void log (LogLevel level, const std::string &message, LogOutputMode mode=ALL)
 
static Logger logger (LogLevel::INFO)
 

Enumeration Type Documentation

◆ LogLevel

Enumerator
DEBUG 
INFO 
WARNING 
ERROR 
FATAL 

◆ LogOutputMode

Enumerator
CONSOLE 
GUI 
ALL 

Function Documentation

◆ log()

void dnf_composer::tools::logger::log ( LogLevel  level,
const std::string &  message,
LogOutputMode  mode = ALL 
)
Here is the caller graph for this function:

◆ logger()

static Logger dnf_composer::tools::logger::logger ( LogLevel::INFO  )
static
Here is the call graph for this function:
Here is the caller graph for this function: