space-game/src/stores
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.ts Replace debugLog and console.* with loglevel logger 2025-11-29 05:24:18 -06:00
controllerMapping.ts Replace debugLog and console.* with loglevel logger 2025-11-29 05:24:18 -06:00
gameConfig.ts Replace debugLog and console.* with loglevel logger 2025-11-29 05:24:18 -06:00
gameResults.ts Add game results leaderboard system 2025-11-25 12:39:23 -06:00
levelRegistry.ts Replace debugLog and console.* with loglevel logger 2025-11-29 05:24:18 -06:00
navigation.ts Add ESLint and refactor leaderboard to join with users table 2025-11-29 03:52:03 -06:00
progression.ts Add ESLint and refactor leaderboard to join with users table 2025-11-29 03:52:03 -06:00