menu
xsoulspace_logger package
documentation
testing.dart
InMemoryLogSink
InMemoryLogSink.new constructor
InMemoryLogSink.new constructor
dark_mode
light_mode
InMemoryLogSink
constructor
InMemoryLogSink
(
{
void
onEnqueue
(
LogRecord
record
)?,
Future
<
void
>
onFlush
()?,
Future
<
void
>
onDispose
()?,
})
Implementation
InMemoryLogSink({this.onEnqueue, this.onFlush, this.onDispose});
xsoulspace_logger package
documentation
testing
InMemoryLogSink
InMemoryLogSink.new constructor
InMemoryLogSink class