IDKitLog class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
optionLog
↔ LogOption
-
Log output options object.
getter/setter pair
-
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
Static Methods
-
iterable(Iterable? iterable, {String? mark, bool isExpand = false, LogOption? option})
→ dynamic
-
Collection of values or elements.
-
json(Object? object, {String? mark, LogOption? option})
→ dynamic
-
Log output for a single object.
-
list(List? list, {String? mark, bool isExpand = false, LogOption? option})
→ dynamic
-
Output of log collection type.
-
map(Map? map, {String? mark, bool isExpand = false, LogOption? option})
→ dynamic
-
The output of the log key-value pair collection type.
-
value(Object? value, {String? mark, LogOption? option})
→ dynamic
-
Log output for a single object.