Lines Matching defs:log
31 std::cout << "Pel info tuple required to log PEL for message <" +
51 - check /var/lib/vpd for number "collection.*" log file
52 - if 3 collection_[0-2].log files are found
53 - delete collection_1.log
54 - create collection logger object with collection_1.log
57 - create collection logger object with collection_(n+1).log
60 new AsyncFileLogger("/var/lib/vpd/collection.log", 512));
81 // log message to journal if we fail to log to file
95 - notify log worker thread
110 - wait for notification from log producer
129 std::ostringstream log;
130 log << "FileName: " << location.file_name() << ","
133 std::cout << log.str() << std::endl;