You are not using Log4j. You are using the built in logging implemented by sun (java.util.logging.*).
Check your imports - you should find something like "import org.apache.log4j.Logger", and not "import java.util.logging.Logger". On 3/30/06, Max Stolyarov <[EMAIL PROTECTED]> wrote: > > Hello, > > > > I have purchased a Log4j manual and after reading it in its entirety, > discovered that a log4j implementation that I am using for my project is > missing some key logger methods, such as log.warn(), log.debug(), > log.error(), log.fatal(); I also don't see a corresponding log levels for > WARING, DEBUG, ERROR, and/or FATAL. What I do see are FINE, FINER, FINEST > log levels. Can someone please let me know if I am using a wrong > distribution, I downloaded log4j-1.2.13.jar, or if my setup if wrong? > Thanks > in advance. > > > > > > Max > > > > > -- Javier González Nicolini
