Home
last modified time | relevance | path

Searched defs:SC_LOG_INFO (Results 1 – 1 of 1) sorted by relevance

/base/security/security_component_manager/frameworks/common/include/
Dsec_comp_log.h28 #define SC_LOG_INFO(fmt, ...) HILOG_INFO(LOG_CORE, "[%{public}s]:" fmt, __func__, ##__VA_ARGS__) macro
39 #define SC_LOG_INFO(label, fmt, ...) OHOS::HiviewDFX::HiLog::Info(label, "[%{public}s]:" fmt, __fun… macro
55 #define SC_LOG_INFO(fmt, ...) printf("[%s] info: %s: " fmt "\n", LOG_TAG, __func__, ##__VA_ARGS__) macro