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

Issue #55: Update ConsoleWriter adding newline #56

Closed tonystone closed 6 years ago

tonystone commented 6 years ago

Update ConsoleWriter adding newline at the end of the message before writing to standardOut.

codecov[bot] commented 6 years ago

Codecov Report

Merging #56 into master will increase coverage by <.01%. The diff coverage is 100%.

@@            Coverage Diff             @@
##           master      #56      +/-   ##
==========================================
+ Coverage   99.81%   99.81%   +<.01%     
==========================================
  Files          15       15              
  Lines         541      544       +3     
==========================================
+ Hits          540      543       +3     
  Misses          1        1
Impacted Files Coverage Δ
Sources/TraceLog/Writers/ConsoleWriter.swift 100% <100%> (ø) :arrow_up:
dominik-hadl commented 6 years ago

LGTM 👍