Dear all, I would like to create a Logger for my Java class using java.util.logging with the ability to log different Levels in different files, e.g. Level.SEVERE logs in one file and Level.INFORNATION in another file. Currently I'm logging all Levels in the same file. How can it be done? Many thanks Ambrose
Thomas Paul
mister krabs
Ranch Hand
Joined: May 05, 2000
Posts: 13974
posted
0
Check the JavaRanch newsletter. I wrote an article on logging a couple of months ago and I cover writing your own logger classes.