DaveWoodCom / XCGLogger

A debug log framework for use in Swift projects. Allows you to log details to the console (and optionally a file), just like you would have with NSLog() or print(), but with additional information, such as the date, function name, filename and line number.
MIT License
3.94k stars 477 forks source link

Add support for per destination-based formatter #324

Open everlof opened 1 year ago

everlof commented 1 year ago

This is useful for example in an effort to shorten then logs in the console but without sacrificing details written to logs on file.