getLogFilePath function

String getLogFilePath()

Get log file path

Implementation

String getLogFilePath() {
  return (SafePath(Platform.environment['APPDATA']!)
        ..cd('com.bostrot')
        ..cd('WSL Distro Manager'))
      .file('wslmanager_01.log');
}