31 #include "../Exceptions/error.h"
54 void echo(
int msglvl,
const char * format, ... );
void set_output_lvl(int new_outputLvl)
Set the verbose level until redefine.
functions for write log and support files. Functions are defined in Output.h and descripted in Output...
void echo(int msglvl, const char *format,...)
Basic function! Write the message to the file.
void open_log_file(string filename)
Open file stream for log file.
void flush_log_file()
flush file stream for log file
void close_log_file()
Close file stream for log file.