WorkLogger typedef

WorkLogger = void Function(String tag, String? message, [Object? data])

输出日志函数

tag日志标签,message日志内容,data额外数据

Implementation

typedef WorkLogger = void Function(String tag, String? message, [Object? data]);