org.springbyexample.util.log
Interface Slf4JLoggerAware

All Superinterfaces:
LoggerAware<org.slf4j.Logger>

public interface Slf4JLoggerAware
extends LoggerAware<org.slf4j.Logger>

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

Author:
David Winterfeldt

Method Summary
 void setLogger(org.slf4j.Logger logger)
          Set appropriate logger for this class.
 

Method Detail

setLogger

void setLogger(org.slf4j.Logger logger)
Set appropriate logger for this class.

Specified by:
setLogger in interface LoggerAware<org.slf4j.Logger>


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