OutputEventCallback typedef

OutputEventCallback = void Function(OutputEvent event)

The signature for callbacks when OutputEvent is generated, used by ExtendedLogger.

Implementation

typedef OutputEventCallback = void Function(OutputEvent event);