Package | Description |
---|---|
org.apache.log4j |
The main log4j package.
|
org.apache.log4j.helpers |
This package is used internally.
|
org.apache.log4j.rewrite | |
org.apache.log4j.spi |
Contains part of the System Programming Interface (SPI) needed to
extend log4j.
|
Modifier and Type | Class and Description |
---|---|
class |
AsyncAppender
The AsyncAppender lets users log events asynchronously.
|
class |
Category
This class has been deprecated and replaced by the
Logger subclass. |
class |
Logger
This is the central class in the log4j package.
|
Modifier and Type | Class and Description |
---|---|
class |
AppenderAttachableImpl
A straightforward implementation of the
AppenderAttachable interface. |
Modifier and Type | Class and Description |
---|---|
class |
RewriteAppender
This appender forwards a logging request to another appender after possibly rewriting the logging event.
|
Modifier and Type | Class and Description |
---|---|
class |
NOPLogger
No-operation implementation of Logger used by NOPLoggerRepository.
|
class |
RootCategory
Deprecated.
Replaced by
RootLogger . |
class |
RootLogger
RootLogger sits at the top of the logger hierachy.
|
Copyright © 1999–2023 QOS.CH Sarl (Switzerland). All rights reserved.