puppeteer ~master (2022-04-30T13:21:28.3141009)
Dub
Repo
IPuppeteerLogger
puppeteer
logging
i_puppeteer_logger
Undocumented in source.
shared
interface
IPuppeteerLogger {
void
logSensor
(long timeMs, string sensorName, string readValue, string adaptedValue);
void
logInfo
(long timeMs, string info);
static
auto
getInstance
(string loggingPath);
}
Members
Functions
logInfo
void
logInfo
(long timeMs, string info)
Undocumented in source.
logSensor
void
logSensor
(long timeMs, string sensorName, string readValue, string adaptedValue)
Undocumented in source.
Static functions
getInstance
auto
getInstance
(string loggingPath)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
puppeteer
logging
i_puppeteer_logger
interfaces
IPuppeteerLogger