Lines Matching refs:Logger
71 string_view Logger::GetLogLevelName(LogLevel logLevel, bool shortName) in GetLogLevelName()
79 Logger::Logger(bool defaultOutputs) in Logger() function in Logger
99 void Logger::VLog( in VLog()
132 void Logger::VLogOnce(const string_view id, LogLevel logLevel, const string_view filename, int line… in VLogOnce()
143 bool Logger::VLogAssert(const string_view filename, int lineNumber, bool expression, const string_v… in VLogAssert()
177 void Logger::CheckOnceReset() in CheckOnceReset()
184 void Logger::Log( in Log()
194 bool Logger::LogAssert(const string_view filename, int lineNumber, bool expression, const string_vi… in LogAssert()
206 ILogger::LogLevel Logger::GetLogLevel() const in GetLogLevel()
211 void Logger::SetLogLevel(LogLevel logLevel) in SetLogLevel()
216 void Logger::AddOutput(IOutput::Ptr output) in AddOutput()
224 const IInterface* Logger::GetInterface(const Uid& uid) const in GetInterface()
232 IInterface* Logger::GetInterface(const Uid& uid) in GetInterface()
240 void Logger::Ref() {} in Ref()
242 void Logger::Unref() {} in Unref()