SendLogger constructor
SendLogger(})
Implementation
SendLogger(
this.appTitle, {
this.keepRotateCount = 3,
this.rotateAtSizeBytes = 10 * 1024 * 1024,
this.rotateCheckInterval = const Duration(minutes: 5),
this.logFileInDebugMode = false,
}) {
_logger = Logger(appTitle);
_setup();
}