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
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
debugPrintpara que cada log también se registre. CapturadebugPrinty los logs del framework de Flutter (no elprint()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: