daroczig / logger

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

lazy evaluation of logger meta variables: fixes #105 #106

Closed deeenes closed 6 months ago

deeenes commented 2 years ago

This works for me fine, however some more testing & code review wouldn't hurt

Supposed to fix issue #105

codecov[bot] commented 6 months ago

Codecov Report

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

Project coverage is 84.06%. Comparing base (d35a254) to head (d23c6cb).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #106 +/- ## ========================================== + Coverage 83.95% 84.06% +0.10% ========================================== Files 10 10 Lines 561 571 +10 ========================================== + Hits 471 480 +9 - Misses 90 91 +1 ```

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

daroczig commented 6 months ago

super cool, thanks :+1: