This is an automated email from the ASF dual-hosted git repository.
pengzheng pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/celix.git
from fc18c65d Merge pull request #549 from
xuzhenbao/add_conan_test_package_for_DZF
add 626e23c9 Add verbosity control to log control service.
add a13c92b3 Add celix::log_admin detail subcommand to switch selected
loggers between detailed and brief mode.
add fec755e5 Merge branch 'master' into feature/490-add-verbose-log-ctrl
add b2be044a Document since which version of the log control service the
newly added methods are available.
new 9551608b Merge pull request #550 from
apache/feature/490-add-verbose-log-ctrl
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
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(-)