This is an automated email from the ASF dual-hosted git repository. pengzheng pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/celix.git
commit 9551608bf0bee15b60807f62742a90b0c855ea40 Merge: fc18c65d b2be044a Author: PengZheng <[email protected]> AuthorDate: Fri May 12 10:31:56 2023 +0800 Merge pull request #550 from apache/feature/490-add-verbose-log-ctrl Feature/490 add verbose log ctrl bundles/logging/README.md | 5 +- bundles/logging/log_admin/CMakeLists.txt | 2 +- .../log_admin/gtest/src/LogAdminTestSuite.cc | 127 +++++++++++++++++++++ bundles/logging/log_admin/src/celix_log_admin.c | 118 +++++++++++++++---- .../log_helper/gtest/src/LogHelperTestSuite.cc | 2 +- bundles/logging/log_helper/src/celix_log_helper.c | 4 +- .../log_service_api/include/celix_log_control.h | 29 ++++- 7 files changed, 260 insertions(+), 27 deletions(-)
