public interface CommonsLoggerAware extends LoggerAware<Log>
Interface to be implemented by any object that should have a Apache Commons Logging logger injected using it's interface.
void setLogger(Log logger)
setLogger in interface LoggerAware<Log>Copyright © 2008-2015 Spring by Example. All Rights Reserved.