liveOutputZoneKey top-level constant

Symbol const liveOutputZoneKey

The zone value that also receives every line written with LiveOutput.

Seeders run inside a zone holding their run's log, so their messages show up in Metro in order with the changes they make.

Implementation

const Symbol liveOutputZoneKey = #nyloLiveOutput;