0

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

Evanescence
  • 729
  • 1
  • 10
  • 25

1 Answers1

0

Same way you do it in any other kind of system. You use your logging package of choice and write the code.

user207421
  • 305,947
  • 44
  • 307
  • 483
  • I haven't tried that before, is there any tutorial or example I can follow? because for my lake of experience my search didn't give me results. – Evanescence Dec 09 '12 at 20:00
  • @Evanescence Oh come off it. The JDK and the Java tutorial are chock full of examples. You should start by reading the Javadoc for java.util.logging. – user207421 Dec 09 '12 at 20:13