-
Notifications
You must be signed in to change notification settings - Fork 0
Add App Logging #8
Copy link
Copy link
Open
Labels
enhancement ✨New feature or requestNew feature or requestframework change📝The underlying framework will be modified. More likely to break existing codeThe underlying framework will be modified. More likely to break existing code
Metadata
Metadata
Assignees
Labels
enhancement ✨New feature or requestNew feature or requestframework change📝The underlying framework will be modified. More likely to break existing codeThe underlying framework will be modified. More likely to break existing code
Add the ability for apps to log events. Along with just logging events for frontends to listen to, some events may want to be logged into state. Withdrawals are a good example of this. Perhaps add a generic
logtrait implementation that fits over anykv_storefor apps to use.state_transitioncould pass in some sort of logger, which is a simple empty stub when running in a zkvm