#include <VisionDetectionLogger.h>
Public Member Functions | |
| string | getOutputFilePath () |
| returns the Current log File path More... | |
| VisionDetectionLogger (string outputDirPath="/tmp/VisionDetectionLogs", string fileName="detection_Logger") | |
| Construct a new Vision Detection Logger object. More... | |
| void | recordEntry (unique_ptr< const VisionDetectionLoggerEntry >) |
| writes the datas of the Entry parameter inside the file specified in the constructor More... | |
| string | closeCurrentFile () |
| Open a new file only if parameter is True. False – returns the created history file. More... | |
| VisionDetectionLogger::VisionDetectionLogger | ( | string | outputDirPath = "/tmp/VisionDetectionLogs", |
| string | fileName = "detection_Logger" |
||
| ) |
Construct a new Vision Detection Logger object.
| outputDirPath | Default path is tmp/VisionDetectionLogs. |
| fileName | Default filename is detection_Logger. Do not specify extension. |
| string VisionDetectionLogger::closeCurrentFile | ( | ) |
Open a new file only if parameter is True. False – returns the created history file.
returns historized filePath
| string VisionDetectionLogger::getOutputFilePath | ( | ) |
returns the Current log File path
| void VisionDetectionLogger::recordEntry | ( | unique_ptr< const VisionDetectionLoggerEntry > | entry | ) |
writes the datas of the Entry parameter inside the file specified in the constructor