IsolatedLogWriter constructor
IsolatedLogWriter(
- Factory<
LogWriter> factory
Creates an IsolatedLogWriter that runs the writer produced by
factory on a dedicated isolate.
Implementation
IsolatedLogWriter(super.factory);