PuppeteerLogger

Undocumented in source.

Constructors

this
this(string logFilename)
Undocumented in source.

Members

Functions

logInfo
void logInfo(long timeMs, string info)
Undocumented in source. Be warned that the author may not have intended to support it.
logSensor
void logSensor(long timeMs, string sensorName, string readValue, string adaptedValue)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

logger
BasicLogger logger;
Undocumented in source.

Inherited Members

From IPuppeteerLogger

logSensor
void logSensor(long timeMs, string sensorName, string readValue, string adaptedValue)
Undocumented in source.
logInfo
void logInfo(long timeMs, string info)
Undocumented in source.

Meta