Searched refs:LogPrint (Results 1 - 3 of 3) sorted by relevance
/base/hiviewdfx/hilog/platform/interface/native/ |
H A D | log.h | 35 void LogPrint(OHOS::Ace::LogLevel level, const char* fmt, ...); 36 void LogPrint(OHOS::Ace::LogLevel level, const char* fmt, va_list args); 39 OHOS::Ace::Platform::LogPrint(OHOS::HiviewDFX::Hilog::Platform::LogLevel::Level, \
|
H A D | log.cpp | 20 void LogPrint(OHOS::Ace::LogLevel level, const char* fmt, ...) in LogPrint() function 24 LogPrint(level, fmt, args); in LogPrint() 28 void LogPrint(OHOS::Ace::LogLevel level, const char* fmt, va_list args) in LogPrint() function
|
/base/hiviewdfx/hilog/platform/ |
H A D | hilog_printf.cpp | 40 OHOS::HiviewDFX::Hilog::Platform::LogPrint(ConvertLogLevel(level), fmt, ap); in HiLogPrintArgs()
|
Completed in 2 milliseconds