Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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

share|improve this question

1 Answer

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

share|improve this answer
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 9 '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. – EJP Dec 9 '12 at 20:13

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.