Package | Description |
---|---|
org.apache.log4j | |
org.apache.log4j.spi |
Modifier and Type | Class and Description |
---|---|
class |
Logger |
Modifier and Type | Field and Description |
---|---|
protected Category |
Category.parent |
Modifier and Type | Method and Description |
---|---|
static Category |
Category.getInstance(Class clazz)
Deprecated.
|
static Category |
Category.getInstance(String name)
Deprecated.
|
Category |
Category.getParent() |
static Category |
Category.getRoot()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
Hierarchy.emitNoAppenderWarning(Category cat) |
void |
Hierarchy.fireAddAppenderEvent(Category logger,
org.apache.log4j.Appender appender) |
Modifier and Type | Class and Description |
---|---|
class |
NOPLogger
No-operation implementation of Logger used by NOPLoggerRepository.
|
Modifier and Type | Method and Description |
---|---|
Category |
LoggingEvent.getLogger() |
Constructor and Description |
---|
LoggingEvent(org.jboss.logmanager.ExtLogRecord logRecord,
Category logger) |
LoggingEvent(String fqnOfCategoryClass,
Category logger,
long timeStamp,
org.apache.log4j.Level level,
Object message,
String threadName,
org.apache.log4j.spi.ThrowableInformation throwable,
String ndc,
org.apache.log4j.spi.LocationInfo info,
Map properties) |
LoggingEvent(String fqnOfCategoryClass,
Category logger,
long timeStamp,
org.apache.log4j.Priority level,
Object message,
Throwable throwable) |
LoggingEvent(String fqnOfCategoryClass,
Category logger,
org.apache.log4j.Priority level,
Object message,
Throwable throwable) |
Copyright © 2022 JBoss by Red Hat. All rights reserved.