If you would like to see events your users make while using your application.
How do they work?
By using KeyAuthApp.log("dataHere"); you can log the event(s) your user(s) do while using your application. For example, your user just logs in, you can do:
KeyAuthApp.log(KeyAuthApp.user_data.username + " Just logged in");