Searched refs:kMsgLog (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/multimodalinput/input/util/common/include/ |
H A D | klog.h | 23 void kMsgLog(const char *fileName, int line, const char *kLevel, const char *fmt, ...); 28 #define KMSG_LOGT(fmt, ...) kMsgLog((MMI_FILE_NAME), (__LINE__), "<7>", fmt"\n", ##__VA_ARGS__) 29 #define KMSG_LOGD(fmt, ...) kMsgLog((MMI_FILE_NAME), (__LINE__), "<7>", fmt"\n", ##__VA_ARGS__) 30 #define KMSG_LOGI(fmt, ...) kMsgLog((MMI_FILE_NAME), (__LINE__), "<6>", fmt"\n", ##__VA_ARGS__) 31 #define KMSG_LOGW(fmt, ...) kMsgLog((MMI_FILE_NAME), (__LINE__), "<4>", fmt"\n", ##__VA_ARGS__) 32 #define KMSG_LOGE(fmt, ...) kMsgLog((MMI_FILE_NAME), (__LINE__), "<3>", fmt"\n", ##__VA_ARGS__) 33 #define KMSG_LOGF(fmt, ...) kMsgLog((MMI_FILE_NAME), (__LINE__), "<3>", fmt"\n", ##__VA_ARGS__)
|
/ohos5.0/foundation/multimodalinput/input/util/common/src/ |
H A D | klog.cpp | 61 void kMsgLog(const char* fileName, int line, const char* kLevel, in kMsgLog() function
|