InMemoryLogSink constructor

InMemoryLogSink({
  1. void onEnqueue(
    1. LogRecord record
    )?,
  2. Future<void> onFlush()?,
  3. Future<void> onDispose()?,
})

Implementation

InMemoryLogSink({this.onEnqueue, this.onFlush, this.onDispose});