getCurrentTimestamp static method
Implementation
static String getCurrentTimestamp(LogsConfig config) {
final now = DateTime.now();
return DateFormat(config.timestampFormat.toString()).format(now);
}
static String getCurrentTimestamp(LogsConfig config) {
final now = DateTime.now();
return DateFormat(config.timestampFormat.toString()).format(now);
}