tonystone / tracelog

TraceLog is a highly configurable, flexible, portable, and simple to use debug logging system for Swift and Objective-C applications running on Linux, macOS, iOS, watchOS, and tvOS.
https://tonystone.io/tracelog
Apache License 2.0
53 stars 15 forks source link

Convert to use formal WriterProxy protocol. #61

Closed tonystone closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #61 into release-5.0 will increase coverage by <.01%. The diff coverage is 100%.

@@               Coverage Diff               @@
##           release-5.0      #61      +/-   ##
===============================================
+ Coverage        99.81%   99.81%   +<.01%     
===============================================
  Files               15       17       +2     
  Lines              544      549       +5     
===============================================
+ Hits               543      548       +5     
  Misses               1        1
Impacted Files Coverage Δ
Sources/TraceLog/Configuration.swift 100% <ø> (ø) :arrow_up:
Sources/TraceLog/Proxies/DirectWriterProxy.swift 100% <100%> (ø)
Sources/TraceLog/ConcurrencyMode.swift 100% <100%> (ø) :arrow_up:
Sources/TraceLog/Proxies/SyncWriterProxy.swift 100% <100%> (ø)
Sources/TraceLog/Proxies/AsyncWriterProxy.swift 100% <100%> (ø)