Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hilog/platform/interface/native/
H A Dlog.cpp20 void LogPrint(OHOS::Ace::LogLevel level, const char* fmt, ...) in LogPrint() function
28 void LogPrint(OHOS::Ace::LogLevel level, const char* fmt, va_list args) in LogPrint() function
/ohos5.0/commonlibrary/ets_utils/js_sys_module/console/
H A Dconsole.cpp48 void Console::LogPrint(LogLevel level, const char* content) in LogPrint() function in OHOS::JsSysModule::Console