MyLog class
- Inheritance
-
- Object
- AbsCoreLog
- MyLog
Constructors
- MyLog()
Properties
- config ↔ AbsMixinConfig
-
getter/setter pairinherited
- debug → LogTagFunction
-
no setterinherited
- doDebug → LogFunction
-
no setterinherited
- doError → LogFunction
-
no setterinherited
- error → LogTagFunction
-
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- logBuilder ↔ LogBuilder
-
getter/setter pairinherited
- loggerWrapper ↔ LoggerWrapper
-
getter/setter pairinherited
- outputFormat ↔ OutputFormatFunction?
-
getter/setter pairinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
call(
Object? obj, {Object? tag, StackTrace? stackTrace}) → void -
inherited
-
generateLogbuilder(
) → LogBuilder -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
shouldLog(
{required Object tag, required AbsMixinConfig config}) → bool -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
updateConfig(
) → void -
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited