org.apache.log4j.spi
public final class RootCategory extends Logger
Deprecated: Replaced by {@link RootLogger}.
Constructor Summary | |
---|---|
RootCategory(Level level)
The root category names itself as "root". |
Method Summary | |
---|---|
Level | getChainedLevel()
Return the assigned level value without walking the category
hierarchy. |
void | setLevel(Level level)
Setting a null value to the level of the root category may have catastrophic
results. |
void | setPriority(Level level) |
Since: 0.8.3