L
- the external logger class for this registry (e.g., org.slf4j.Logger
)public interface LoggerAdapter<L>
extends java.io.Closeable
LoggerContext
objects and their associated external
Logger classes. This registry should not be used for Log4j Loggers; it is instead used for creating bridges to
other external log systems.Modifier and Type | Method and Description |
---|---|
L |
getLogger(java.lang.String name)
Gets a named logger.
|
L getLogger(java.lang.String name)
AbstractLoggerAdapter
.name
- the name of the logger to get