I'm currently working in the RMI server and I have added an algorithm to test it, my question is:
- How can I create then read a log file in the server?
Thanks
I'm currently working in the RMI server and I have added an algorithm to test it, my question is:
Thanks
Same way you do it in any other kind of system. You use your logging package of choice and write the code.