Update log.hpp

This commit is contained in:
tobid7 2021-07-25 12:54:49 +02:00 committed by GitHub
parent 1a87a2519f
commit c640a2ec38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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