dev exhacktoberfest
Repository metrics
- Stars
- (18 stars)
- PR merge metrics
- (PR metrics pending)
Description
Change all print statements to use Logger from OSLog.
- Each package should have it's own log category
- The logger's subsystem should be the product bundle identifier. If you need a default value use
dev.cctplus.peakfit - The logger should live in the utilities package
- The logger should be callable using PFLogger()
- This PR should be labeled as a
chore
Resources:
- Modern logging with OSLog by Donny Wals