Naiade Logging

From Elvanör's Technical Wiki
Revision as of 16:45, 14 March 2007 by Elvanor (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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)