log package - librespeed/speedtest-android GitHub Wiki

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`