summaryrefslogtreecommitdiff
path: root/daemon/logger.h
diff options
context:
space:
mode:
Diffstat (limited to 'daemon/logger.h')
-rw-r--r--daemon/logger.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/daemon/logger.h b/daemon/logger.h
index 328c0d7..c16908d 100644
--- a/daemon/logger.h
+++ b/daemon/logger.h
@@ -47,7 +47,6 @@ private:
bool getDaemonFresh();
};
- void fileAddRecord(QString sensorPrefix, QString logdata, QDateTime recordTime = QDateTime::currentDateTime()); //adds a record to today's log file for the given sensor
bool dayFileExists(QString sensorPrefix, QDateTime date = QDateTime::currentDateTime()); //check if today has a log file for the given sensor
QStringList fileGetPrevRecord(QString sensorPrefix, QDateTime recordTime = QDateTime::currentDateTime()); //works backwards to find the last record in today's file before the given time - returns nothing if no file is found.
void setupFilePath(QString sensorPrefix); //sets up the paths for sensors to write into