FlogLogCapture class

Captura de logs hacia la línea de tiempo (eventos log). Todo va gated por CaptureConfig.captureLogs, así que sin activarlo no registra nada.

Constructors

FlogLogCapture()

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 Methods

installDebugPrintCapture({FlogFlow? recorder}) → void
Envuelve debugPrint para que cada log también se registre. Captura debugPrint y los logs del framework de Flutter (no el print() crudo; para eso usa zoneSpec). Llámalo una sola vez (idempotente).
zoneSpec({FlogFlow? recorder}) ZoneSpecification
ZoneSpecification que captura print() crudo. Pásala a tu runZonedGuarded: