OnLog typedef

OnLog = void Function(int code, String error)

Implementation

typedef OnLog = void Function(int logLevel, String logContent);