loggerZoneSpec property
the ZoneSpecification for the logging object
Implementation
late final loggerZoneSpec = ZoneSpecification(
print: (Zone self, ZoneDelegate parent, Zone zone, String line) {
logInfo(line);
},
);
the ZoneSpecification for the logging object
late final loggerZoneSpec = ZoneSpecification(
print: (Zone self, ZoneDelegate parent, Zone zone, String line) {
logInfo(line);
},
);