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:

贡献者指南