LogFileTransport({ required this.filePath, this.maxFileSize = 10 * 1024 * 1024, // 10MB this.maxFiles = 5, IOSink? sink, }) : _sink = sink;