org.springbyexample.util.log
Interface LoggerAware<T>

All Known Subinterfaces:
CommonsLoggerAware, JdkLoggerAware, Log4JLoggerAware, Slf4JLoggerAware

public interface LoggerAware<T>

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

Author:
David Winterfeldt

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

Method Detail

setLogger

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



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