LogUtils class

Name: Log工具类 Created by Fitem on 2023/5/31

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 Properties

isOpenLog bool
是否开启日志,默认Debug模式下开启
getter/setter pair

Static Methods

logger(String obj, {StackTrace? stackTrace, int level = 0}) → void
Log 用于网络请求等长内容日志
println(String obj) → void
调试打印