getLogFilePath static method

String? getLogFilePath(
  1. String fileName
)

获取日志文件的完整路径

Gets the full path of a log file.

Implementation

static String? getLogFilePath(String fileName) =>
    getFilePath(FolderType.logs, fileName);