export_file_endings - eisclimber/ExPresS-XR GitHub Wiki
Field in DataGatherer
File endings considered valid log file paths. If the files do not match one of these endings, s
public static readonly string[] EXPORT_FILE_ENDINGS = new string[]{DEFAULT_EXPORT_FILE_ENDING, ".log", ".txt"};