XLog class

Log Util.

Constructors

XLog()

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(Object? object, [String? tag]) → void
输出日志
d2(Object? object, [String? tag]) → void
e(Object? object, [String? tag]) → void
输出调试信息
i(Object? object, [String? tag]) → void
输出日志
json(Object? object, [String? tag]) → void
输出日志
jsonShow(String jsonStr, String requestUri) → void
打印显示json
long(Object? object, [String? tag]) → void
newLog(int startMethodNum) → Logger
创建一个,起始位置不同的Logger
w(Object? object, [String? tag]) → void
输出日志