From 6f562b6f3bc8403da64025c31d4a8409c6c58904 Mon Sep 17 00:00:00 2001 From: buzhenwang Date: Sat, 13 Jul 2024 15:50:30 +0800 Subject: [PATCH] log.h add kit Signed-off-by: buzhenwang --- hiviewdfx/hilog/include/hilog/log.h | 1 + 1 file changed, 1 insertion(+) diff --git a/hiviewdfx/hilog/include/hilog/log.h b/hiviewdfx/hilog/include/hilog/log.h index 7452137c280..829eee92ef6 100644 --- a/hiviewdfx/hilog/include/hilog/log.h +++ b/hiviewdfx/hilog/include/hilog/log.h @@ -24,6 +24,7 @@ * For example, you can use these functions to output logs of the specified log type, service domain, log tag, * and log level. * + * @kit PerformanceAnalysisKit * @syscap SystemCapability.HiviewDFX.HiLog * * @since 8 -- Gitee