Link Details

Link 66601 thumbnail
User 111696 avatar

By bloid
via code.google.com
Published: Feb 17 2008 / 13:22

Logger facade that supports printf style message format for both performance and ease of use. The log5j package supports a 'modernized' interface on top of the class Log4j API usage. It provides a few syntactic extensions thanks to JDK 1.5 (hence the name log5j).
  • 13
  • 4
  • 2298
  • 1048

Comments

Add your comment
User 204561 avatar

icoloma replied ago:

0 votes Vote down Vote up Reply

A mixture between what is already there in stripes and loom Log classes. I like the idea of keeping it as a separate framework, but I don't quite like the printf format or keeping it hard-wired to log4j. With so many options (commons-logging, logback, slf4j, JDK logging) why are they forcing users to stick with log4j?

(Not my case, I use log4j, but I know there are people out there who don't)

User 230306 avatar

Eric Burke replied ago:

0 votes Vote down Vote up Reply

Yet another JAR file for yet another logging API, when the built-in JDK logging works just fine and never causes library dependency problems.

User 236137 avatar

dzonelurker replied ago:

0 votes Vote down Vote up Reply

It's just one simple wrapper class over log4j. Look at the code.

Add your comment


Html tags not supported. Reply is editable for 5 minutes. Use [code lang="java|ruby|sql|css|xml"][/code] to post code snippets.