Exception Logger
The Exception Logger captures all game errors during AI agent sessions and transmits them for debugging. It provides complete error context including stack traces and timing information.
Core Functionality
When an AI agent plays your game, the logger:
- Captures all error-level logs from the engine
- Stores them in thread-safe collections
- Sends them to the AI after each Flayer function execution
Error events appear as red markers on the AI timeline:

Last updated on