Searched defs:LogLineInternal (Results 1 – 2 of 2) sorted by relevance
304 void FileLogger::LogLineInternal(Level level, Component component, const std::string &str) in LogLineInternal() function in panda::FileLogger310 void FastFileLogger::LogLineInternal(Level level, Component component, const std::string &str) in LogLineInternal() function in panda::FastFileLogger316 void StderrLogger::LogLineInternal(Level level, Component component, const std::string &str) in LogLineInternal() function in panda::StderrLogger
391 void LogLineInternal([[maybe_unused]] Level level, [[maybe_unused]] Component component, in LogLineInternal() function