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

Add CustomStringConvertible comformance and tests. #65

Closed tonystone closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #65 into release-5.0 will not change coverage. The diff coverage is 100%.

@@            Coverage Diff             @@
##           release-5.0    #65   +/-   ##
==========================================
  Coverage          100%   100%           
==========================================
  Files               17     19    +2     
  Lines              463    467    +4     
==========================================
+ Hits               463    467    +4
Impacted Files Coverage Δ
Sources/TraceLog/StaticContext.swift 100% <100%> (ø)
Sources/TraceLog/RuntimeContext.swift 100% <100%> (ø)