Hi I am using log4j at work (building a network simulator mostly) and was wondering how it could perform in a game development project. Regarding performance, it seem obvious to use the Logger.isDebugEnabled() and such before logging any event. But why is there only such a method for DEBUG and INFO ? I am pretty sure there is a reason for not having isWarningEnabled(), isErrorEnabled(), and isFatalEnabled() but I cannot see which... Could you please enlighten me on this point ?
Regards Herve -- To unsubscribe, e-mail: <mailto:log4j-dev-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:log4j-dev-help@;jakarta.apache.org>