LogEventCallback typedef

LogEventCallback = void Function(LogEvent event)

The signature for callbacks when LogPrinter.log is called, used by ExtendedLogger.

Implementation

typedef LogEventCallback = void Function(LogEvent event);