heyjaywilson/peakfit

Implement a logger instead of print statements

開放

#19 建立於 2024年9月24日

 (6 則留言) (0 個反應) (1 位負責人)Swift (10 個分叉)auto 404
dev exhacktoberfest

倉庫指標

星標
 (18 顆星)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

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:

貢獻者指南