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

possible workaround for crayon vs. colorout incompatibility; fixes #76 #79

Closed deeenes closed 2 years ago

codecov-io commented 3 years ago

Codecov Report

Merging #79 (91d458d) into master (e88153b) will decrease coverage by 0.14%. The diff coverage is 71.42%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #79      +/-   ##
==========================================
- Coverage   78.97%   78.83%   -0.15%     
==========================================
  Files          10       10              
  Lines         509      515       +6     
==========================================
+ Hits          402      406       +4     
- Misses        107      109       +2     
Impacted Files Coverage Δ
R/appenders.R 59.44% <71.42%> (+0.31%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update e88153b...91d458d. Read the comment docs.

daroczig commented 2 years ago

Sorry, I'd rather not overload the most often used appender fn with this workaround for an edge case .. I suppose folks who are affected can just call their own appender fn (like logging to stdout instead of stderr).