space-game/src/components
Michael Mainguy 123b341ed7 Replace debugLog and console.* with loglevel logger
- Create centralized logger module (src/core/logger.ts)
- Replace all debugLog() calls with log.debug()
- Replace console.log() with log.info()
- Replace console.warn() with log.warn()
- Replace console.error() with log.error()
- Delete deprecated src/core/debug.ts
- Configure log levels: debug for dev, warn for production
- Add localStorage override for production debugging

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-29 05:24:18 -06:00
..
auth Implement Svelte-based UI architecture with component system 2025-11-21 15:01:17 -06:00
controls Fix routing, cleanup, and game restart issues 2025-11-25 11:21:05 -06:00
editor Fix routing, cleanup, and game restart issues 2025-11-25 11:21:05 -06:00
game Replace debugLog and console.* with loglevel logger 2025-11-29 05:24:18 -06:00
layouts Replace debugLog and console.* with loglevel logger 2025-11-29 05:24:18 -06:00
leaderboard Replace debugLog and console.* with loglevel logger 2025-11-29 05:24:18 -06:00
settings Replace debugLog and console.* with loglevel logger 2025-11-29 05:24:18 -06:00
shared Cleanup batch 1: Delete 11 unused source files 2025-11-28 17:41:02 -06:00