Tagged Questions
3
votes
1answer
74 views
Best way to add extra information to a log table?
In a web application, I've just added a log tables that displays chronologicaly the last events that are monitored by the application.
Those events are of two main types: inputs and outputs.
In ...