Hi,
I am wondering which class I should use to add logs in my web applications.
The classes org.jboss.logging.Logger and org.apache.log4j.Logger seem to have the same methods (error, fatal, info, debug ...).
I have been using the org.jboss.logging.Logger class for a long time but i am wondering how close it is to log4j.
Which one should i use ? Also, does org.jboss.logging.Logger use the log4j framework ? I presume it does.
Thanks for helping.
SCJP 1.4, SCWCD 1.4, SCBCD 1.3, SCBCD 5
Visit my blog
Also, could I request that you ask your question in only one forum and wait a reasonable time (2 or 3 of days) for an answer before asking in another forum? Duplication of effort gets annoying after a while.
Peter Johnson wrote:Personally, I would use commons logging.
Also, could I request that you ask your question in only one forum and wait a reasonable time (2 or 3 of days) for an answer before asking in another forum? Duplication of effort gets annoying after a while.
Sure. Sorry about that.
subject: [JBoss 6.0.0 M2] Logging with org.jboss.logging.Logger or org.apache.log4j.Logger ?