48 const std::string& deckname,
49 bool show_fallout =
false);
51 void operator()(
const fs::path& file);
58 void appendFile(std::ofstream& of,
const fs::path& file,
const std::string& rank);
61 std::regex debugFileRegex_;
63 std::regex logFileRegex_;
65 std::regex fileWarningRegex_;
67 std::unique_ptr<std::ofstream> debugStream_;
69 std::unique_ptr<std::ofstream> logStream_;