Home
last modified time | relevance | path

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

/ohos5.0/base/security/certificate_framework/frameworks/common/v1.0/inc/
H A Dcf_log.h50 #define CF_LOG_E(...) CfLog(CF_LOG_LEVEL_E, __func__, __LINE__, __VA_ARGS__) macro
60 #define CF_LOG_E(fmt, ...) printf("[CertificateFramework][E][%s]: " fmt "\n", __FUNCTION__, ##__VA_… macro