Log4j 1.2.8 | ||
Frames | No Frames |
Methods with parameter type org.apache.log4j.Category | |
void | |
void |
Methods with parameter type org.apache.log4j.Category | |
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) Shorthand for getInstance(clazz.getName()) . |
Category | Category.getInstance(String name) Retrieve a category with named as the name
parameter. |
Category | Returns the parent of this category. |
Category | Return the root of the default category hierrachy. |
Classes derived from org.apache.log4j.Category | |
class | RootCategory sits at the top of the category hierachy. |
Constructors with parameter type org.apache.log4j.Category | |
LoggingEvent.LoggingEvent(String fqnOfCategoryClass, Category logger, long timeStamp, Priority priority, Object message, Throwable throwable) Instantiate a LoggingEvent from the supplied parameters. | |
LoggingEvent.LoggingEvent(String fqnOfCategoryClass, Category logger, Priority priority, Object message, Throwable throwable) Instantiate a LoggingEvent from the supplied parameters. |
Methods with parameter type org.apache.log4j.Category | |
void | |
void | |
void | |
void |