LogWatcher class
Subscribes to Logger.root.onRecord and feeds TelescopeStore.recordLog.
Auto-installed by TelescopePlugin.install. Zero ceremony — the package
package:logging is the de-facto standard for structured logging in Dart
- Flutter; if the app doesn't use it, this watcher is dormant (no log records flow through Logger.root).
- Implemented types
Constructors
Properties
Methods
-
install(
) → void -
Wire the watcher's listening hook (event subscription, override, etc.).
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
uninstall(
) → void -
Tear down the hook (test isolation).
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited