Logger typedef

Logger = void Function(String)

Implementation

typedef Logger = void Function(String);