IDKitLog class

Mixed in types

Constructors

IDKitLog.init({LogOption? option})
Factory mode creates log management objects.
factory

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

Operators

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

Static Properties

instance IDKitLog
no setter

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.