I have an application written in Java and I want to generate LOG files so I can monitor the application.
How to do that??? Should I install some plugin for that? Eclipse has support for that??
Thanks for your time.
Printable View
I have an application written in Java and I want to generate LOG files so I can monitor the application.
How to do that??? Should I install some plugin for that? Eclipse has support for that??
Thanks for your time.
Hi,
U can do that by yourself...u dont need a plug-in.
U can create a java class that has methods to write in a file that u create.
Try to do it..it will be a good test for your java knowlege and its easy.
thanks henry_78 for quick response.
Are you talking about creating a text file and writing to it using Input streams??
U can do it in many ways..