LogCallback typedef

LogCallback = void Function(LogLevel level, String tag, String message)

回调函数类型定义

Implementation

typedef LogCallback = void Function(
  LogLevel level,
  String tag,
  String message,
);