mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-08 12:36:52 +03:00
nightly update 20200808
This commit is contained in:
@@ -5,13 +5,12 @@
|
||||
class ClassLogFile
|
||||
{
|
||||
private:
|
||||
/* data */
|
||||
std::string logfile;
|
||||
public:
|
||||
ClassLogFile(std::string _logfile);
|
||||
~ClassLogFile();
|
||||
|
||||
void WriteToFile(std::string info, bool _time = true);
|
||||
void WriteToDedicatedFile(std::string _fn, std::string info, bool _time = true);
|
||||
};
|
||||
|
||||
extern ClassLogFile LogFile;
|
||||
Reference in New Issue
Block a user