Searched refs:VLog (Results 1 - 5 of 5) sorted by relevance
/foundation/graphic/graphic_3d/lume/LumeEngine/src/log/ |
H A D | logger.cpp | 99 void Logger::VLog( in VLog() function in Logger 139 VLog(logLevel, filename, lineNumber, format, args); in VLogOnce() 189 VLog(logLevel, filename, lineNumber, format, vl); in Log()
|
H A D | logger.h | 43 void VLog(LogLevel logLevel, BASE_NS::string_view filename, int lineNumber, BASE_NS::string_view format,
|
/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/ |
H A D | intf_logger.h | 101 virtual void VLog(LogLevel logLevel, BASE_NS::string_view filename, int lineNumber, BASE_NS::string_view format,
|
H A D | log.h | 190 logger->VLog(logLevel, filename, lineNumber, format, vl); in Log()
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/util/ |
H A D | log.h | 159 logger->VLog(logLevel, filename, lineNumber, format, vl); in PluginLog()
|
Completed in 2 milliseconds