| Author |
java.util.Logger creating multiple log files |
Anant Jagania
Greenhorn
Joined: Oct 20, 2004
Messages: 29
|
posted
|
Hi,
I created a My Logger class which holds object of java.util.Logger and in the constructor i am adding FileHandler to Logger.
Now this logger i used in all my class for logging purpose.
It seems that it is creating new new log files every time. When I run the my application it creates three log files at the same time.
Please let me know how to over come this.
Thanks,
Anant
|
 |
David Newton
Author
Bartender
Joined: Sep 29, 2008
Messages: 6867
|
posted
|
|
I think it'd make sense to post the actual code (and configuration, if any) you're using.
|
Consultant/Trainer | Polyglottal Developer | Struts Committer/PMC | Struts 2 Web Application Development |
 |
Anant Jagania
Greenhorn
Joined: Oct 20, 2004
Messages: 29
|
posted
|
Here is the code
|
 |
Pat Farrell
Ranch Hand
Joined: Aug 11, 2007
Messages: 2259
|
posted
|
If you are having to change your code to make it work the way you like, I suggest you take a quick look at Apache's log4j
It is widely used, more flexible, and there is an active support mailing list.
|
 |
 |
|
|
|