Is it possible to create a custom logger that would get the information that can be seen in the Development Console?
My goal would be to set EventHandler logging to INFO and keep record of the last X minutes of the user's interaction. When there is an unexpected error, caught by an UncaughtExceptionHandler, the information would be sent to the server and saved.
My goal would be to set EventHandler logging to INFO and keep record of the last X minutes of the user's interaction. When there is an unexpected error, caught by an UncaughtExceptionHandler, the information would be sent to the server and saved.