Closed elfenpiff closed 1 month ago
Attention: Patch coverage is 0%
with 65 lines
in your changes missing coverage. Please review.
Project coverage is 78.92%. Comparing base (
51c619e
) to head (fa4a525
). Report is 40 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
iceoryx2-bb/log/src/logger/file.rs | 0.00% | 65 Missing :warning: |
Notes for Reviewer
Implements a simple file logger that does not use any additional crates and where we can add a simple C/C++ binding for it to be able to exchange loggers from different languages.
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
)task-list-completed
)Checklist for the PR Reviewer
Post-review Checklist for the PR Author
References
Relates to #464