Update log.hpp
This commit is contained in:
parent
1a87a2519f
commit
c640a2ec38
2
log.hpp
2
log.hpp
@ -14,7 +14,7 @@ class Log
|
|||||||
/** Deconstruct */
|
/** Deconstruct */
|
||||||
~Log();
|
~Log();
|
||||||
/// Init the log file
|
/// Init the log file
|
||||||
/// filename: name for the file
|
/// \param filename name for the file
|
||||||
void Init(const char *filename);
|
void Init(const char *filename);
|
||||||
/// Write Text to logfile
|
/// Write Text to logfile
|
||||||
/// debug_text: your text
|
/// debug_text: your text
|
||||||
|
Loading…
Reference in New Issue
Block a user