Naiade Logging: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
There are currently two ways to log information: | There are currently two ways to log information: | ||
* error_stream: this stream is directed to a GUI | * 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 hardcoded) | * log_stream: this stream is directed to a file (log_file: the name is currently hardcoded) |
Latest revision as of 16:45, 14 March 2007
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)