Home
last modified time | relevance | path

Searched refs:GetLogLevelName (Results 1 - 5 of 5) sorted by relevance

/foundation/graphic/graphic_3d/lume/LumeEngine/src/os/windows/
H A Dlogger_windows.cpp81 const auto levelString = Logger::GetLogLevelName(logLevel, true);
212 const auto levelString = Logger::GetLogLevelName(logLevel, true);
/foundation/graphic/graphic_3d/lume/LumeEngine/src/os/linux/
H A Dlogger_generic.cpp52 const auto levelString = Logger::GetLogLevelName(logLevel, true);
179 const auto levelString = Logger::GetLogLevelName(logLevel, true);
/foundation/graphic/graphic_3d/lume/LumeEngine/src/log/
H A Dlogger_output.cpp66 const auto levelString = Logger::GetLogLevelName(logLevel, true);
H A Dlogger.h38 static BASE_NS::string_view GetLogLevelName(LogLevel logLevel, bool shortName);
H A Dlogger.cpp71 string_view Logger::GetLogLevelName(LogLevel logLevel, bool shortName) in GetLogLevelName() function in Logger

Completed in 2 milliseconds