Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat!: remove logger utility functions, add server_logger example #221

Merged
merged 2 commits into from
Mar 10, 2024

Conversation

lukasberbuer
Copy link
Member

@lukasberbuer lukasberbuer commented Mar 10, 2024

Remove following logger utility functions:

constexpr std::string_view getLogLevelName(opcua::LogLevel level);
constexpr std::string_view getLogCategoryName(opcua::LogCategory category);

Add server_logger example with previous utility functions.

Copy link

codecov bot commented Mar 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.65%. Comparing base (bde2b4b) to head (b4de8e5).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #221   +/-   ##
=======================================
  Coverage   94.65%   94.65%           
=======================================
  Files         105      105           
  Lines        5405     5405           
  Branches      720      719    -1     
=======================================
  Hits         5116     5116           
  Misses        170      170           
  Partials      119      119           

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

@lukasberbuer lukasberbuer merged commit bce791f into master Mar 10, 2024
73 checks passed
@lukasberbuer lukasberbuer deleted the feat/remove-logger-utility-functions branch March 10, 2024 18:33
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.

None yet

1 participant