cross-platform-structured-logging
Installation
SKILL.md
Cross-Platform Structured Logging
Establish unified, machine-readable JSON logging across all platforms for centralized aggregation, powerful querying, and correlation with distributed traces.
Why Structured Logging
Problem with traditional logging:
console.log('User ' + userId + ' logged in from ' + ip)
- Not machine-readable
- Hard to query
- No type safety
- Can't aggregate metrics