FACT++
1.0
|
bool WindowLog::OpenLogFile | ( | const std::string & | filename, |
bool | append = false |
||
) |
Open a log-file.
Open a log-file into which any of the following output is written. If a log-file is alraedy open it is closed. before the new file is opened or an old one closed the current buffer is flushed.
filename | The filename of the file to open |
Definition at line 111 of file WindowLog.cc.
Referenced by Main::execute(), main(), RunDim(), RunShell(), and SetWindow().