Skip to content

log package

Federico Dossena edited this page Sep 12, 2019 · 1 revision
Logger class

Implements a very simple logger. Used to store the telemetry generated during the test.

Constructor:

public Logger()

Methods:

  • getLog(): returns the current log
  • l(String s): appends a timestamp in milliseconds and the string s to the log`
Clone this wiki locally