SimplePrinter class

简单日志输出

I/flutter ( 6433): *** Response ***

Inheritance

Constructors

SimplePrinter({bool printTime = false, bool printLevel = true})

Properties

hashCode int
The hash code for this object.
no setterinherited
printLevel bool
final
printTime bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

log(String? tag, LogEvent event) List<String>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
stringifyMessage(dynamic message) String
inherited
toString() String
A string representation of this object.
inherited

Operators

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