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

Test harness #50

Closed tonystone closed 6 years ago

tonystone commented 6 years ago

Removing UnifiedLoggingWriter replacing it with the external AdaptiveSystemLogWriter. Adding a TestHarness to help developer test custom Writers.

codecov[bot] commented 6 years ago

Codecov Report

Merging #50 into master will decrease coverage by 0.02%. The diff coverage is n/a.

@@            Coverage Diff             @@
##           master      #50      +/-   ##
==========================================
- Coverage   99.38%   99.35%   -0.03%     
==========================================
  Files          10        9       -1     
  Lines         324      311      -13     
==========================================
- Hits          322      309      -13     
  Misses          2        2