FlogLabeler typedef

FlogLabeler = String Function(DateTime date, String tag, String? feature)

allows customization to the prefix of log

provides date time and log's tag name

Implementation

typedef FlogLabeler = String Function(
    DateTime date, String tag, String? feature);