LogUtil class

@author zavier @time 2021/4/14 13:41 @des 日志打印

Constructors

LogUtil()

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

d(String? tag, Object? object) → void
e(String? tag, Object? object) → void
init({String tag = _defTag, bool isDebug = false, int maxLen = 128}) → void
printErrorStack(dynamic e, dynamic s) → void
e为错误类型 :可能为 Error , Exception ,String s为堆栈信息
v(String? tag, Object? object) → void