对外方法:获取当前日志文件路径(便于调试/导出)
Future<String> getCurrentLogFilePath() async { final File logFile = await _getMainLogFile(); return logFile.path; }