Auryn simulator

Simulator for spiking neural networks with synaptic plasticity

User Tools

Site Tools


manual:logger

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

manual:logger [2014/03/21 08:15] – created zenkemanual:logger [2015/08/24 16:25] (current) – Replaces DEBUG by VERBOSE as done in the code to avoid conflicts zenke
Line 11: Line 11:
 Auryn will by default try to keep console output (first additional parameter) neat and go into a little more detail in the log file. If even further detail is needed there are more verbose LogMessageTypes such as Auryn will by default try to keep console output (first additional parameter) neat and go into a little more detail in the log file. If even further detail is needed there are more verbose LogMessageTypes such as
 <code c++> <code c++>
-enum LogMessageType { EVERYTHING, DEBUG, NOTIFICATION, SETTINGS, PROGRESS, WARNING, ERROR, NONE };+enum LogMessageType { EVERYTHING, VERBOSE, NOTIFICATION, SETTINGS, PROGRESS, WARNING, ERROR, NONE };
 </code> </code>
 which will mostly be self-explanatory. which will mostly be self-explanatory.
  
manual/logger.txt · Last modified: 2015/08/24 16:25 by zenke