LogOption class
Log option configuration.
Constructors
Properties
- colorTheme → ColorTheme?
-
Log output color theme.default: ColorTheme.blue
final
- decorator → String?
-
Log output decorator. default: '*'
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- isEnable → bool?
-
Whether to enable log output.default: true
final
- language → Language?
-
Log output language type. default: Language.en
final
- mode → LogMode?
-
Log output mode.
final
- projectName → String?
-
Project name. default: 'idkit_log'
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- splitDecorator → String?
-
Log output split decorator. default: '-'
final
Methods
-
copy(
LogOption? option) → LogOption - Merge attributes.
-
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