Logging of Data
Euklas has several build-in facilities for logging data:
- Log errors: Euklas will log all program errors. This helps us to improve the software in the future.
- Log debugging information: Euklas will log some general program data. This helps us to improve the software in the future.
- Log usage-related data: Euklas will log some statistical data about your usage of the program, e.g. how many errors have been detected in your JavaScript code, how many quick fixes have been used.
We would appreciate it if you would keep the logging turned on, as this helps us to track down errors to improve the application in the future. Please send your email address to euklas@cs.cmu.edu for notifications about updates and to provide your feedback.