Subinterfaces of LoggerAware in org.springbyexample.util.log |
interface |
CommonsLoggerAware
Interface to be implemented by any object that should have a
Apache Commons Logging logger injected using it's interface. |
interface |
JdkLoggerAware
Interface to be implemented by any object that should have a
JDK 1.4 logger injected using it's interface. |
interface |
Log4JLoggerAware
Interface to be implemented by any object that should have a
Log4J logger injected using it's interface. |
interface |
Slf4JLoggerAware
Interface to be implemented by any object that should have an
SLF4J logger injected using it's interface. |