org.apache.log4j
Class Logger

java.lang.Object
  extended by org.apache.log4j.Category
      extended by org.apache.log4j.Logger

public class Logger
extends Category


Field Summary
 
Fields inherited from class org.apache.log4j.Category
bundle
 
Constructor Summary
protected Logger(String name)
           
 
Method Summary
static Logger getLogger(Class clazz)
           
static Logger getLogger(String name)
           
static Logger getLogger(String name, LoggerFactory factory)
           
static Logger getRootLogger()
           
 
Methods inherited from class org.apache.log4j.Category
debug, debug, error, error, exists, fatal, fatal, forcedLog, getAdditivity, getChainedPriority, getEffectiveLevel, getInstance, getInstance, getLevel, getName, getParent, getPriority, getResourceBundle, getRoot, info, info, isDebugEnabled, isEnabledFor, isErrorEnabled, isFatalEnabled, isInfoEnabled, isTraceEnabled, isWarnEnabled, l7dlog, l7dlog, log, log, log, setAdditivity, setLevel, setPriority, setResourceBundle, trace, trace, warn, warn
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Logger

protected Logger(String name)
Method Detail

getLogger

public static Logger getLogger(String name)

getLogger

public static Logger getLogger(Class clazz)

getRootLogger

public static Logger getRootLogger()

getLogger

public static Logger getLogger(String name,
                               LoggerFactory factory)


Copyright © 1999-2012 Apache Software Foundation. All Rights Reserved.