BG_Flood  0.8
Documentation (Work-in-progress)
Write_txtlog.h
Go to the documentation of this file.
1 
2 #ifndef WRITETXTLOG_H
3 #define WRITETXTLOG_H
4 
5 #include "General.h"
6 #include "Param.h"
7 
8 void log(std::string text);
9 void create_logfile();
10 void write_text_to_log_file(std::string text);
11 void SaveParamtolog(Param XParam);
12 
13 // End of global definition
14 #endif
void create_logfile()
Definition: Write_txtlog.cpp:30
void SaveParamtolog(Param XParam)
Definition: Write_txtlog.cpp:94
void write_text_to_log_file(std::string text)
Definition: Write_txtlog.cpp:86
void log(std::string text)
Definition: Write_txtlog.cpp:22
Definition: Param.h:10