获取日志文件的完整路径
Gets the full path of a log file.
static String? getLogFilePath(String fileName) => getFilePath(FolderType.logs, fileName);