LogShipper constructor
LogShipper({})
Creates a shipper that hands batches to send.
Implementation
LogShipper({
required this.send,
this.maxLines = 50,
this.interval = const Duration(seconds: 2),
});
Creates a shipper that hands batches to send.
LogShipper({
required this.send,
this.maxLines = 50,
this.interval = const Duration(seconds: 2),
});