printTime property

  1. @Deprecated("Use `dateTimeFormat` instead.")
bool printTime

Whether LogEvent.time is printed.

Implementation

@Deprecated("Use `dateTimeFormat` instead.")
bool get printTime => dateTimeFormat != DateTimeFormat.none;