| Package | Description |
|---|---|
| org.apache.log4j |
| Modifier and Type | Class and Description |
|---|---|
class |
Logger
This is the central class in the log4j package.
|
| Modifier and Type | Field and Description |
|---|---|
protected Category |
Category.parent
The parent of this category.
|
| Modifier and Type | Method and Description |
|---|---|
static Category |
Category.getInstance(Class clazz)
Deprecated.
Please make sure to use
Logger.getLogger(Class) instead. |
static Category |
Category.getInstance(String name)
Deprecated.
Make sure to use
Logger.getLogger(String) instead. |
Category |
Category.getParent()
Returns the parent of this category.
|
static Category |
Category.getRoot()
Deprecated.
Please use
Logger.getRootLogger() instead. |
| Modifier and Type | Method and Description |
|---|---|
void |
Hierarchy.emitNoAppenderWarning(Category cat) |
void |
Hierarchy.fireAddAppenderEvent(Category logger,
org.apache.log4j.Appender appender) |
Copyright © 2006–2020 OPS4J - Open Participation Software for Java. All rights reserved.