LogFunction typedef

LogFunction = void Function(dynamic message, {Level level})

The signature of a function responsible for logging a message.

Implementation

typedef LogFunction = void Function(dynamic message, {Level level});