Home
last modified time | relevance | path

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

/base/hiviewdfx/hilog/interfaces/native/kits/include/hilog/
H A Dlog.h150 int OH_LOG_Print(LogType type, LogLevel level, unsigned int domain, const char *tag, const char *fmt, ...)
176 * @see OH_LOG_Print
179 #define OH_LOG_DEBUG(type, ...) ((void)OH_LOG_Print((type), LOG_DEBUG, LOG_DOMAIN, LOG_TAG, __VA_ARGS__))
193 * @see OH_LOG_Print
196 #define OH_LOG_INFO(type, ...) ((void)OH_LOG_Print((type), LOG_INFO, LOG_DOMAIN, LOG_TAG, __VA_ARGS__))
210 * @see OH_LOG_Print
213 #define OH_LOG_WARN(type, ...) ((void)OH_LOG_Print((type), LOG_WARN, LOG_DOMAIN, LOG_TAG, __VA_ARGS__))
227 * @see OH_LOG_Print
230 #define OH_LOG_ERROR(type, ...) ((void)OH_LOG_Print((type), LOG_ERROR, LOG_DOMAIN, LOG_TAG, __VA_ARGS__))
244 * @see OH_LOG_Print
[all...]
/base/hiviewdfx/hilog/frameworks/hilog_ndk/
H A Dhilog_ndk.c21 int OH_LOG_Print(LogType type, LogLevel level, unsigned int domain, const char *tag, const char *fmt, ...) in OH_LOG_Print() function

Completed in 2 milliseconds