|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.log4j.Category org.apache.log4j.Logger org.apache.log4j.spi.RootCategory
RootLogger
.
public final class RootCategory
Field Summary |
---|
Fields inherited from class org.apache.log4j.Category |
---|
additive, level, name, parent, repository, resourceBundle |
Constructor Summary | |
---|---|
RootCategory(Level level)
Deprecated. The root category names itself as "root". |
Method Summary | |
---|---|
Level |
getChainedLevel()
Deprecated. Return the assigned level value without walking the category hierarchy. |
void |
setLevel(Level level)
Deprecated. Setting a null value to the level of the root category may have catastrophic results. |
void |
setPriority(Level level)
Deprecated. |
Methods inherited from class org.apache.log4j.Logger |
---|
getLogger, getLogger, getLogger, getRootLogger, isTraceEnabled, trace, trace |
Methods inherited from class org.apache.log4j.Category |
---|
addAppender, assertLog, callAppenders, debug, debug, error, error, exists, fatal, fatal, forcedLog, getAdditivity, getAllAppenders, getAppender, getChainedPriority, getCurrentCategories, getDefaultHierarchy, getEffectiveLevel, getHierarchy, getInstance, getInstance, getLevel, getLoggerRepository, getName, getParent, getPriority, getResourceBundle, getResourceBundleString, getRoot, info, info, isAttached, isDebugEnabled, isEnabledFor, isInfoEnabled, l7dlog, l7dlog, log, log, log, removeAllAppenders, removeAppender, removeAppender, setAdditivity, setPriority, setResourceBundle, shutdown, warn, warn |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RootCategory(Level level)
Method Detail |
---|
public final Level getChainedLevel()
public final void setLevel(Level level)
setLevel
in class Category
public final void setPriority(Level level)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |