11 class LogFilterFileReader;
56 static bool interpretTokens(
const std::string& levelToken,
const std::string& classNameToken,
const std::string& rankToken,
const std::string& onOffToken,
const std::string& phaseToken );
61 static bool parseLine(std::ifstream& file,
const std::string& filename,
const std::string& line,
int linenumber);
63 static std::string
trimLine(
const std::string& line );
Read log filter spec file.
static std::string trimLine(const std::string &line)
static bool parsePlainTextFile(const std::string &filename)
Tries to parse a simple text file where each line contains an entry.
static bool interpretTokens(const std::string &levelToken, const std::string &classNameToken, const std::string &rankToken, const std::string &onOffToken, const std::string &phaseToken)
static bool parseLine(std::ifstream &file, const std::string &filename, const std::string &line, int linenumber)
static tarch::logging::Log _log
Have to include this header, as I need access to the SYCL_EXTERNAL keyword.