Handler typedef

Handler = void Function(Level lbl, String msg)

Implementation

typedef Handler = void Function(Level lbl, String msg);