#include <string>
#include <string.h>
#include <stdarg.h>
#include <sstream>
#include <fstream>
#include <iostream>
#include <ctime>
#include <time.h>
#include "../Exceptions/error.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::echo (int msglvl, const char *format,...) |
void | Output::set_output_lvl (int new_outputLvl) |
The file provide output functions. Output usually goes to a screen and a file simultaniously.
Definition in file Output.h.