Hi,
I want to create a log table that will keep inserting the timestamp whenever my custom class being called. I have created the log table, but now I'm wondering how to create a utility class that will handle this inserting time stamp.
For example: I have class A, B, C, and D. And in one of their method of class A/B/C/D, I want to call my /utility class/ that will insert the time it is called, what is the class name, what is the method name, and probably when call those method in Class A/B/C/D, they have parameter, I want to record that parameter as well.
Is there any example of such process ? a simple one I guess, because if too complex and includes many classes will be too excessive to create.
Thanks,