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

`logTrace` defaults to incorrect trace level if no trace level is passed. #58

Closed tonystone closed 6 years ago

tonystone commented 6 years ago

logTrace should default to TRACE1 if the parameter level is missing but instead defaults to TRACE4.