PositionedLayoutLog class

Centralized helper for positioned layout diagnostics.

Disabled by default. Enable by selecting impls/features via the static methods.

Constructors

PositionedLayoutLog()

Properties

hashCode int
The hash code for this object.
no setterinherited
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

enabledFeatures Set<PositionedFeature>?
no setter
enabledImpls Set<PositionedImpl>?
no setter

Static Methods

disableAll() → void
Disable all impls/features (without removing filters object).
enableAll() → void
Enable all impls/features.
enableFeatures(Iterable<PositionedFeature> features) → void
Enable only the specified features. Empty set disables all.
enableImpls(Iterable<PositionedImpl> impls) → void
Enable only the specified implementations.
log({required PositionedImpl impl, required PositionedFeature feature, required String message(), Level level = Level.FINER}) → void