LogMsg class

默认日志信息模板

Constructors

LogMsg(dynamic msg, {String thread = 'main', String tag = 'none', String method = ''})

Properties

hashCode int
The hash code for this object.
no setterinherited
method String
所属方法
final
msg → dynamic
日志信息
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tag String
标签
final
thread String
所属线程
final

Methods

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

Operators

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