Naiade Logging

From Elvanör's Technical Wiki
Jump to navigation Jump to search

Currently, logging support is minimal. In the future, we should add support for a fully featured library such as Log4j on Java (we need to find a C++ equivalent).

There are currently two ways to log information:

  • error_stream: this stream is directed to a window in the GUI
  • log_stream: this stream is directed to a file (log_file: the name is currently hardcoded)