org.springbyexample.util.log
Interface CommonsLoggerAware

All Superinterfaces:
LoggerAware<Log>

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.

Author:
David Winterfeldt

Method Summary
 void setLogger(Log logger)
          Set appropriate logger for this class.
 

Method Detail

setLogger

void setLogger(Log logger)
Set appropriate logger for this class.

Specified by:
setLogger in interface LoggerAware<Log>


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