getFormattedTime method

String getFormattedTime()

Returns the log time in the format yyyy-MM-dd HH:mm:ss

Implementation

String getFormattedTime() {
  return DateFormat('yyyy-MM-dd HH:mm:ss.SSS').format(time);
}