TLog mixin

Copywriting

Mixin Applications

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

getContent(LogOption option, Object object) String
Log output content.
getCount(LogOption option, Object object) String
number of log output lines.
getHeaderAndFooter(LogOption option, {bool type = true}) String
Head and Footer of log
getMark(LogOption option, Object object) String
Log output flag.
getMethod(LogOption option, Object object) String
Log output method.
getOutPut(LogOption option, Object object) String
Untitled output.
getPath(LogOption option, Object object) String
log output path.
getProjectName(LogOption option) String
Get project name
getSplitLine(LogOption option) String
log output split line
getSupport(LogOption option) String
Head and Footer of log
getTime(LogOption option) String
Log output time.
getWidget(LogOption option, Object object) String
Log output widget.
outPutModeMethod(LogOption option, StackTrace stackTrace, LogMethod method, {String? mark, Object? value, List? list, Iterable? iterable, Map? map, bool isExpand = false, String? json}) → void
Log output mode judgment method.