Skip to content

[19983] Split the CustomStdLogConsumer into a BaseLogConsumer and a StdLogConsumer#97

Merged
rsanchez15 merged 5 commits intomainfrom
feature/publish_logs
Mar 6, 2024
Merged

[19983] Split the CustomStdLogConsumer into a BaseLogConsumer and a StdLogConsumer#97
rsanchez15 merged 5 commits intomainfrom
feature/publish_logs

Conversation

@tempate
Copy link
Copy Markdown
Contributor

@tempate tempate commented Feb 29, 2024

In this version, the CustomStdLogConsumer has been split into two: a BaseLogConsumer that filters the logs based on their kind and content and a StdLogConsumer that prints the logs through std.

@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Feb 29, 2024

Codecov Report

Attention: Patch coverage is 0% with 27 lines in your changes are missing coverage. Please review.

Project coverage is 67.98%. Comparing base (63b19c3) to head (d767caf).

Files Patch % Lines
cpp_utils/src/cpp/logging/StdLogConsumer.cpp 0.00% 19 Missing ⚠️
cpp_utils/src/cpp/logging/BaseLogConfiguration.cpp 0.00% 4 Missing ⚠️
cpp_utils/src/cpp/logging/BaseLogConsumer.cpp 0.00% 3 Missing ⚠️
...tils/include/cpp_utils/logging/BaseLogConsumer.hpp 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #97      +/-   ##
==========================================
- Coverage   68.32%   67.98%   -0.35%     
==========================================
  Files          61       62       +1     
  Lines        1487     1493       +6     
  Branches      401      401              
==========================================
- Hits         1016     1015       -1     
- Misses        245      251       +6     
- Partials      226      227       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@tempate tempate changed the title [19983] Split the CustomStdLogConsumer into a BaseLogConsumer and a StdLogConsumer. [19983] Split the CustomStdLogConsumer into a BaseLogConsumer and a StdLogConsumer Feb 29, 2024
@tempate tempate force-pushed the feature/publish_logs branch from 6574475 to 440421f Compare March 1, 2024 07:41
@tempate tempate changed the base branch from main to feature/fault_reporting March 4, 2024 13:35
Base automatically changed from feature/fault_reporting to main March 5, 2024 08:19
Copy link
Copy Markdown
Contributor

@LuciaEchevarria99 LuciaEchevarria99 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

tempate added 5 commits March 6, 2024 08:01
Signed-off-by: tempate <danieldiaz@eprosima.com>
…sumer

Signed-off-by: tempate <danieldiaz@eprosima.com>
Signed-off-by: tempate <danieldiaz@eprosima.com>
Signed-off-by: tempate <danieldiaz@eprosima.com>
Signed-off-by: tempate <danieldiaz@eprosima.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants