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 Properties
- kDebugLogBridgeEnable ↔ bool
-
getter/setter pair
- kDebugLogDomEnable ↔ bool
-
getter/setter pair
- kDebugLogLayoutEnable ↔ bool
-
getter/setter pair
- kDebugLogOperateEnable ↔ bool
-
getter/setter pair
- kDebugLogRenderEnable ↔ bool
-
getter/setter pair
- kDebugLogRenderNodeEnable ↔ bool
-
getter/setter pair
- kDebugLogWidgetEnable ↔ bool
-
getter/setter pair
Static Methods
-
d(
String tag, String msg) → void -
dBridge(
String msg) → void -
dDom(
String msg) → void -
dLayout(
String msg) → void -
dOperate(
String msg) → void -
dRender(
String msg) → void -
dRenderNode(
String msg) → void -
dWidget(
String msg) → void -
e(
String tag, String msg) → void -
enableDebugLog(
bool enable) → void -
enableProfileLog(
bool enable) → void -
i(
String tag, String msg) → void -
l(
String tag, String msg) → void -
log(
String msg) → void -
printLog(
String tag, LogLevel level, String msg) → void -
profile(
String event, int cost) → void -
setLogMethod(
LogListener? logListener) → void -
v(
String tag, String msg) → void -
w(
String tag, String msg) → void
Constants
- kDefaultTag → const String