log abstract method

void log(
  1. ULogType type,
  2. String? tag,
  3. String? message
)

log 打日志

Implementation

void log(ULogType type,String? tag,String? message);