heyjaywilson/peakfit

Implement a logger instead of print statements

オープン

#19 opened on 2024/09/24

 (6 件のコメント) (0 件のリアクション) (1 人の担当者)Swift (10 件のフォーク)auto 404
dev exhacktoberfest

Repository metrics

Stars
 (18 個のスター)
PR merge metrics
 (30d に merged 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:

コントリビューターガイド