Log4j 1.2.15 | |
Frames | No Frames |
Methods with parameter type org.apache.log4j.Category | |
void |
Classes derived from org.apache.log4j.Category | |
class | No-operation implementation of Logger used by NOPLoggerRepository. |
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, Level level, Object message, String threadName, ThrowableInformation throwable, String ndc, LocationInfo info, Map properties) Create new instance. | |
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 | |
void | |
void |
Methods with return type org.apache.log4j.Category | |
Category | Gets the logger of the event. |
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 |