logging-setup
CommunityUpgrade your logs from print() to Logger.
Authorgustavscirulis
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill replaces basic print() statements with Apple's robust os.log/Logger framework, enabling structured, privacy-aware, and system-integrated logging for improved debugging and auditing.
Core Features & Use Cases
- Structured Logging: Implements
os.log/Loggerfor categorized and level-based logging. - Privacy Controls: Leverages
.private,.sensitive, and.hashannotations for data protection. - Console.app Integration: Ensures logs are visible and filterable in the system's Console application.
- Use Case: Automatically migrate all
print()statements in your Swift project to useAppLogger, ensuring sensitive user data is redacted in release builds and logs are easily searchable.
Quick Start
Use the logging-setup skill to add structured logging to your project, replacing all print statements with Logger calls.
Dependency Matrix
Required Modules
None requiredComponents
references
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: logging-setup Download link: https://github.com/gustavscirulis/snapgrid/archive/main.zip#logging-setup Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.