| Author |
java.util.Logger creating multiple log files
|
Anant Jagania
Ranch Hand
Joined: Oct 20, 2004
Posts: 49
|
|
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
Rancher
Joined: Sep 29, 2008
Posts: 12612
|
posted

0
|
|
I think it'd make sense to post the actual code (and configuration, if any) you're using.
|
 |
Anant Jagania
Ranch Hand
Joined: Oct 20, 2004
Posts: 49
|
|
Here is the code
|
 |
Pat Farrell
Rancher
Joined: Aug 11, 2007
Posts: 3433
|
|
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.
|
 |
 |
|
|
subject: java.util.Logger creating multiple log files
|
|
|