日志文件的文件夹绝对地址
Future<String> documentPath() async { final rootPath = await directoryPath(); await checkDirectory(rootPath, documentName); return "$rootPath/$documentName"; }