Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

doubt on java.util.logging Logging

807588May 6 2009 — edited May 6 2009
Hi All,
In my application I have a requirement that when client is running and server is down or stopped, the client should store the information to be sent to server in a log file and when the server starts again, client should get data from log file and send to server. Can any one give me some guidance on how to do this? i want to use java.util.logging Logger. Please help me.
I am able to store the data into log file. But how to retrieve back this data? Any guidance on this would be very useful.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 3 2009
Added on May 6 2009
4 comments
122 views