Closed orecham closed 1 month ago
Makes it possible to call set_log_level(LogLevel) and get_log_level() -> LogLevel from C/C++.
set_log_level(LogLevel)
get_log_level() -> LogLevel
SPDX-License-Identifier: Apache-2.0 OR MIT
iox2-123-introduce-posix-ipc-example
[#123] Add posix ipc example
task-list-completed
Closes #398
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 79.00%. Comparing base (cb72d02) to head (6eb132f). Report is 7 commits behind head on main.
cb72d02
6eb132f
Notes for Reviewer
Makes it possible to call
set_log_level(LogLevel)
andget_log_level() -> LogLevel
from C/C++.Pre-Review Checklist for the PR Author
SPDX-License-Identifier: Apache-2.0 OR MIT
iox2-123-introduce-posix-ipc-example
)[#123] Add posix ipc example
)Changelog updated in the unreleased section including API breaking changestask-list-completed
)Checklist for the PR Reviewer
Post-review Checklist for the PR Author
References
Closes #398