Important update:

- Bug fix: make DateTimeCore functions linkable by using it in CLogCore
- CLogCore:
  - Rename FileOutput -> OutputFile
  - Add DateTimeStr to Output if FileNo > 3
This commit is contained in:
Charl Wentzel
2017-03-04 21:44:39 +02:00
parent 02b43fe6b8
commit ae95602f64
5 changed files with 38 additions and 28 deletions

View File

@@ -12,7 +12,7 @@
/* none */
// Standard C/C++ Libraries
#include <time.h>
#include <cstdlib>
//---------------------------------------------------------------------------