How to logging in Java program?
Hi
I want a logging mechanism in my java project. I searched in google and i found that Log4j is good for logging. I want to know how to use this logging mechanism in a project? From where to start and where to define txt file path for writing the log?
Thanks
Re: How to logging in Java program?
Quote:
Originally Posted by
athar
Hi
I want a logging mechanism in my java project. I searched in google and i found that Log4j is good for logging. I want to know how to use this logging mechanism in a project? From where to start and where to define txt file path for writing the log?
Thanks
Here's a crazy idea: why not read the manual? Also, the Java core classes have a similar Logging framework available; documented and all ...
kind regards,
Jos