Home
last modified time | relevance | path

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

/drivers/peripheral/pin_auth/common/logs/
H A Diam_logger.h45 #define PIN_LOG(level, ...) PIN_AUTH_##level(ARGS(__VA_ARGS__)) macro
47 #define IAM_LOGD(...) PIN_LOG(DEBUG, __VA_ARGS__)
48 #define IAM_LOGI(...) PIN_LOG(INFO, __VA_ARGS__)
49 #define IAM_LOGW(...) PIN_LOG(WARN, __VA_ARGS__)
50 #define IAM_LOGE(...) PIN_LOG(ERROR, __VA_ARGS__)
51 #define IAM_LOGF(...) PIN_LOG(FATAL, __VA_ARGS__)

Completed in 1 milliseconds