getPrefix static method

String getPrefix()

Implementation

static String getPrefix() {
  return '[' + DateFormat('yyyy-MM-dd HH:mm:ss').format(DateTime.now()) + ']';
}