IsolatedLogWriter constructor

IsolatedLogWriter(
  1. Factory<LogWriter> factory
)

Creates an IsolatedLogWriter that runs the writer produced by factory on a dedicated isolate.

Implementation

IsolatedLogWriter(super.factory);