org.springbyexample.util.log
Interface CommonsLoggerAware

All Superinterfaces:
LoggerAware<org.apache.commons.logging.Log>

public interface CommonsLoggerAware
extends LoggerAware<org.apache.commons.logging.Log>

Interface to be implemented by any object that should have a Apache Commons Logging logger injected using it's interface.

Author:
David Winterfeldt

Method Summary
 void setLogger(org.apache.commons.logging.Log logger)
          Set appropriate logger for this class.
 

Method Detail

setLogger

void setLogger(org.apache.commons.logging.Log logger)
Set appropriate logger for this class.

Specified by:
setLogger in interface LoggerAware<org.apache.commons.logging.Log>


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