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.| Modifier and Type | Method and Description |
|---|---|
L |
getLogger(String name)
Gets a named logger.
|
L getLogger(String name)
AbstractLoggerAdapter.name - the name of the logger to getCopyright © 2006-2016 OPS4J - Open Participation Software for Java. All Rights Reserved.