OnLog typedef

OnLog = void Function(LogLevel logLevel, String msg)

Implementation

typedef OnLog = void Function(LogLevel logLevel, String msg);