MessageFormatting typedef

MessageFormatting = Object Function(Object message, LogLevel logLevel, DateTime dateTime)

Output message formatting

Implementation

typedef MessageFormatting = Object Function(
  Object message,
  LogLevel logLevel,
  DateTime dateTime,
);