I remember having looked at it very shortly before continuing using Log4j on all projects I have been involved with.
Today, while doing a very small project, I tried once more to use java logging. The main reason is that I was lazy to add a dependency to one more jar for this small project. While trying I found out that:
- you still need to use a damned JVM parameter to point to your configuration file
- you can not change the formatting without writing a formatter class!
Indeed!
ReplyDeleteHere's a popular post I wrote about Java logging a couple years ago:
My Soapbox for SLF4J