LogUtils class

日志工具类,用于统一处理日志输出

Constructors

LogUtils()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

debug(String message) → void
输出调试日志
error(String message) → void
输出错误日志
info(String message) → void
输出信息日志
warning(String message) → void
输出警告日志