Hi list,

two questions:

1) there is only isDebugEnabled() and isInfoEnabled() present. Is this
meant to be like so? Are WARN, ERROR, and FATAL not meant to be checked
prior to the corresponding logging method call?

2) when I then try to isEnabledFor( Priority.ERROR ), javac is not able
to resolve symbol Priority. After importing org.apache.log4j.Priority,
javac is not able to resolve isEnabledFor(), though
org.apache.log4j.Category has been imported!

Any advice is appreciated!

Regards
Claus Wagner

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to