Cute and not very complicated logging for Swift.
Use CLI
$ git clone https://github.com/impossibleflight/LogPuppy
$ cd LogPuppy
$ swift buildUse as dependency
Add the following to your Package.swift file's dependencies:
.package(url: "https://github.com/impossibleflight/LogPuppy", from: "0.1.0"),And then import wherever needed: import LogPuppy
TBD
- John Clayton - John Clayton
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE file for details