Interface | Description |
---|---|
Slf4jConfiguration |
Interface for configuration operations on loggers, which are not available in slf4j, then require per-slf4f-binding
implementation.
|
Class | Description |
---|---|
BaseSlf4jConfiguration |
Abstract implementation.
|
Slf4jConfigurationFactory |
Slf4jConfiguration factory, loading implementations from
META-INF/maven/slf4j-configuration.properties
configuration files in class loader: key is the class name of the ILoggerFactory, value is the class name of
the corresponding Slf4jConfiguration. |
Slf4jLogger |
Adapt an SLF4J logger to a Plexus logger, ignoring Plexus logger API parts that are not classical and
probably not really used.
|
Slf4jLoggerManager |
Use an SLF4J
ILoggerFactory as a backing for a Plexus LoggerManager ,
ignoring Plexus logger API parts that are not classical and probably not really used. |
Slf4jStdoutLogger |
Enum | Description |
---|---|
Slf4jConfiguration.Level |
Copyright © 2001–2014 The Apache Software Foundation. All rights reserved.