Home
last modified time | relevance | path

Searched refs:SpLog (Results 1 - 2 of 2) sorted by relevance

/developtools/profiler/host/smartperf/client/client_command/include/
H A Dsp_log.h27 void SpLog(SpLogLevel logLevel, const char *fmt, ...);
30 SpLog(SP_LOG_DEBUG, (std::string("[") + "SP_daemon" + "][" + __FUNCTION__ + "]:" + fmt).c_str(), ##__VA_ARGS__)
33 SpLog(SP_LOG_INFO, (std::string("[") + "SP_daemon" + "][" + __FUNCTION__ + "]:" + fmt).c_str(), ##__VA_ARGS__)
36 SpLog(SP_LOG_WARN, (std::string("[") + "SP_daemon" + "][" + __FUNCTION__ + "]:" + fmt).c_str(), ##__VA_ARGS__)
39 SpLog(SP_LOG_ERROR, (std::string("[") + "SP_daemon" + "][" + __FUNCTION__ + "]:" + fmt).c_str(), ##__VA_ARGS__)
/developtools/profiler/host/smartperf/client/client_command/
H A Dsp_log.cpp77 void SpLog(SpLogLevel logLevel, const char *fmt, ...) in SpLog() function

Completed in 1 milliseconds