#include "Output.h"
Go to the source code of this file.
Namespaces | |
namespace | Output |
Functions | |
void | Output::open_log_file (string filename) |
void | Output::close_log_file () |
void | Output::set_output_lvl (int new_outputLvl) |
void | Output::echo (int msglvl, const char *format,...) |
Variables | |
ofstream * | Output::log_file |
int | Output::outputLvl = 0 |
..
Move all headers to the header files and code to cpp files (if it is possible everywhere).
Definition in file Output.cpp.