LogFormatter typedef

LogFormatter = String Function(LogMessage message, LogOptions options)

Typedef for the log formatter

Implementation

typedef LogFormatter = String Function(LogMessage message, LogOptions options);