Closed
Description
As @ppkarwasz remarks here in #2104,
I start to wonder how useful is it to fill
log4j-api
with partial implementations. For example a recycledLogBuilder
is useful forlog4j-core
, but not so much forlog4j-to-slf4j
. Iflog4j-to-slf4j
is bound to Logback, the Log4j API builder will be recycled, but the underlying SLF4J builder won't. We might as well removeRecycler
fromAbstractLogger
and move it intocore.Logger
.
Hence this ticket.