LoggerDateFormatter typedef

LoggerDateFormatter = String Function(DateTime dateTime)

A function that formats DateTime objects to strings. dateTime is the DateTime object to format.

Implementation

typedef LoggerDateFormatter = String Function(DateTime dateTime);