tezc / sc

Common libraries and data structures for C.
BSD 3-Clause "New" or "Revised" License
2.26k stars 245 forks source link

if log level is "error", print log to stderr instead of stdout #57

Closed tezc closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #57 (7c01bd0) into master (ca520dd) will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #57   +/-   ##
=======================================
  Coverage   99.77%   99.77%           
=======================================
  Files          23       23           
  Lines        2226     2227    +1     
  Branches      388      389    +1     
=======================================
+ Hits         2221     2222    +1     
  Partials        5        5           
Impacted Files Coverage Δ
logger/sc_log.c 100.00% <100.00%> (ø)

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 ca520dd...7c01bd0. Read the comment docs.