ULogLibConsoleFormatStrategy class

Implemented types

Properties

config ULogLibConfig
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getTime() String
log(ULogType type, String? onceOnlyTag, String? message) → void
log 打日志
override
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

typeColors Map<ULogType, AnsiColor>
final
typeEmojis Map<ULogType, String>
final

Constants

bottomLeftCorner → const String
chunkSize → const int
一行最大字符数4000
doubleDivider → const String
middleCorner → const String
singleDivider → const String
topLeftCorner → const String
绘图工具箱
verticalLine → const String