#include <Logger.h>
Inheritance diagram for Teem::OctaveLogger:

Public Member Functions | |
| OctaveLogger (const char *fileName, bool matlab=false) | |
| Constructor. | |
| virtual | ~OctaveLogger () |
| Destructor. | |
Protected Member Functions | |
| virtual void | initLog (std::ostream &log) |
| Init the log file (e.g. write information in the begining of the log file). | |
| virtual void | dumpSnapshot (std::ostream &log) |
| Dump a snapshot (e.g. write the content of all variables to the log file). | |
Protected Attributes | |
| const bool | matlabMode |
| Be compatible with matlab's load_log (instead of octave's teem_log). | |
|
||||||||||||
|
Constructor.
|
1.4.2