LoggerOutput typedef

LoggerOutput = void Function(String message)

Implementation

typedef LoggerOutput = void Function(String message);