Is there an easy way to log events?
Is there an easy way to log events?
I was wondering if there was any easy way to log any kind of action done by datatables to a database table of my choice. Even when mysql error occurs / or everything goes as planned.
Lets say I have table with fields and i do an insert but something goes wrong e.g. Duplicate record, or i do an insert and all goes well. is there a way other then writing events catching code for every possible issue to log it to another table called logs with a date and an issue description?
This question has an accepted answers - jump to answer
Answers
Is this with Editor? If so, server-side events can be used for logging.
Allan