daroczig / logger

A lightweight, modern and flexible, log4j and futile.logger inspired logging utility for R
https://daroczig.github.io/logger
285 stars 42 forks source link

fix #130 throw warning with inputs when glue returns nothing to log #147

Closed daroczig closed 7 months ago

daroczig commented 7 months ago

Alternative implementation of #134 for #130: instead of patching glue, throwing a warning that the user can investigate/capture as needed.

codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 84.12%. Comparing base (d35a254) to head (b03b372).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #147 +/- ## ========================================== + Coverage 83.95% 84.12% +0.16% ========================================== Files 10 10 Lines 561 567 +6 ========================================== + Hits 471 477 +6 Misses 90 90 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.