formatSystemLog static method

String formatSystemLog()

Implementation

static String formatSystemLog() {
  return DiveFormat.formatterLog.format(DateTime.now());
}