Uses of Interface
org.springbyexample.util.log.LoggerAware

Packages that use LoggerAware
org.springbyexample.util.log   
 

Uses of LoggerAware in org.springbyexample.util.log
 

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.
 



Copyright © 2008-2009 Spring by Example. All Rights Reserved.