Home
last modified time | relevance | path

Searched refs:PrintLogFmt (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/startup/init/services/log/
H A Dinit_log.c121 static void PrintLogFmt(int logLevel, unsigned int domain, const char *tag, const char *fmt, va_lis… in PrintLogFmt() function
136 PrintLogFmt((InitLogLevel)logLevel, domain, tag, fmt, vargs); in InitLog()