From e63619a25bc914132900f7b07d1f10f675d16d13 Mon Sep 17 00:00:00 2001 From: buzhenwang Date: Tue, 25 Feb 2025 14:09:13 +0800 Subject: [PATCH] modify SetMinLogLevel api version info Signed-off-by: buzhenwang --- interfaces/native/innerkits/include/hilog/log_c.h | 2 +- interfaces/native/kits/include/hilog/log.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/interfaces/native/innerkits/include/hilog/log_c.h b/interfaces/native/innerkits/include/hilog/log_c.h index 2d4729b..8c7b5c0 100644 --- a/interfaces/native/innerkits/include/hilog/log_c.h +++ b/interfaces/native/innerkits/include/hilog/log_c.h @@ -155,7 +155,7 @@ void LOG_SetCallback(LogCallback callback); * @brief Sets the lowest app log level of the current application process. * * @param level log level - * @since 16 + * @since 15 */ void HiLogSetAppMinLogLevel(LogLevel level); diff --git a/interfaces/native/kits/include/hilog/log.h b/interfaces/native/kits/include/hilog/log.h index a5764fa..5771964 100644 --- a/interfaces/native/kits/include/hilog/log.h +++ b/interfaces/native/kits/include/hilog/log.h @@ -342,7 +342,7 @@ void OH_LOG_SetCallback(LogCallback callback); * @brief Set the lowest log level of the current application process. * * @param level log level - * @since 16 + * @since 15 */ void OH_LOG_SetMinLogLevel(LogLevel level); -- Gitee