diff --git a/interfaces/native/innerkits/include/hilog/log_c.h b/interfaces/native/innerkits/include/hilog/log_c.h index 2d4729b46d6f1d251ae4a3b52b8c661f98299501..8c7b5c070f3f3a01bc4d081d9849d2bf17b63dd1 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 a5764fa5cdf0a856686b5d0f16ad7be7f10360c7..57719641fa5188233f23ac9ebb88eb7ca27e8f2b 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);