DebugLoggingSettings class
Class that represents the debug logging settings.
Constructors
Properties
- enabled ↔ bool
-
Enables debug logging info.
getter/setter pair
-
excludeFilter
↔ List<
RegExp> -
Filters used to exclude some logs from logging.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- maxLogMessageLength ↔ int
-
Max length of the log message.
Set to
-1
to indicate that the log message needs to display the full content.getter/setter pair - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- usePrint ↔ bool
-
Use print instead of
developer.log
to log messages.getter/setter pair
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