mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-08 20:46:52 +03:00
Update 20200925
This commit is contained in:
@@ -6,9 +6,12 @@ class ClassLogFile
|
||||
{
|
||||
private:
|
||||
std::string logfile;
|
||||
bool doLogFile;
|
||||
public:
|
||||
ClassLogFile(std::string _logfile);
|
||||
|
||||
void SwitchOnOff(bool _doLogFile);
|
||||
|
||||
void WriteToFile(std::string info, bool _time = true);
|
||||
void WriteToDedicatedFile(std::string _fn, std::string info, bool _time = true);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user