Log4j 1.2.13 | |
Frames | No Frames |
Classes derived from org.apache.log4j.Category | |
class | |
class | RootLogger sits at the top of the logger hierachy. |
Constructors with parameter type org.apache.log4j.Category | |
LoggingEvent.LoggingEvent(String fqnOfCategoryClass, Category logger, long timeStamp, Priority level, Object message, Throwable throwable) Instantiate a LoggingEvent from the supplied parameters. | |
LoggingEvent.LoggingEvent(String fqnOfCategoryClass, Category logger, Priority level, Object message, Throwable throwable) Instantiate a LoggingEvent from the supplied parameters. |
Methods with parameter type org.apache.log4j.Category | |
void | |
void | |
void | |
void |
Methods with parameter type org.apache.log4j.Category | |
void | |
void |
Classes derived from org.apache.log4j.Category | |
class | This is the central class in the log4j package. |
Fields of type org.apache.log4j.Category | |
Category | The parent of this category. |
Methods with parameter type org.apache.log4j.Category | |
void | |
void |
Methods with return type org.apache.log4j.Category | |
Category | Category.getInstance(Class clazz) |
Category | Category.getInstance(String name) |
Category | Returns the parent of this category. |
Category |