Package | Description |
---|---|
org.apache.log4j |
An rather minimal but sufficient implementation redirecting all
calls to a log4j logger to a logback logger.
|
org.apache.log4j.spi |
Modifier and Type | Class and Description |
---|---|
class |
Logger
This class is a minimal implementation of the original
org.apache.log4j.Logger class (as found in log4j 1.2)
delegating all calls to a Logger instance. |
Modifier and Type | Method and Description |
---|---|
static Category |
Category.getInstance(Class clazz) |
static Category |
Category.getInstance(String name) |
Category |
Category.getParent() |
Modifier and Type | Method and Description |
---|---|
void |
HierarchyEventListener.addAppenderEvent(Category cat,
Appender appender) |
void |
LoggerRepository.emitNoAppenderWarning(Category cat) |
void |
LoggerRepository.fireAddAppenderEvent(Category logger,
Appender appender) |
void |
HierarchyEventListener.removeAppenderEvent(Category cat,
Appender appender) |
Copyright © 2005–2015 QOS.ch. All rights reserved.