using commons logging instead of log4j ?
"Eelco Hillenius" <[email protected]>
| Newsgroups | gmane.comp.web.maverick.general |
|---|---|
| Message-ID | <005801c300e2$47919d00$01a8a8c0@Eelco> |
Hi, I was wondering why Maverick has a dependency on log4j instead of using the commons logging package. Personally I prefer log4j to the JDK logging api. I just feel that for a framework it would be nicer to postpone the decission of which logging api to use for the users of the framework. This is what you achieve when you use the commons logging package. What do you all think? Eelco