L - the external logger class for this registry (e.g.,
org.slf4j.Logger)
public interface LoggerAdapter<L> extends 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.
L getLogger(Stringname)
AbstractLoggerAdapter.
name - the name of the logger to get