org.springframework.batch.sample.domain.trade.internal
Class CommonsLoggingInvalidCustomerLogger

java.lang.Object
  extended by org.springframework.batch.sample.domain.trade.internal.CommonsLoggingInvalidCustomerLogger
All Implemented Interfaces:
InvalidCustomerLogger

public class CommonsLoggingInvalidCustomerLogger
extends Object
implements InvalidCustomerLogger

Author:
Lucas Ward

Field Summary
protected static Log logger
           
 
Constructor Summary
CommonsLoggingInvalidCustomerLogger()
           
 
Method Summary
 void log(CustomerUpdate customerUpdate)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

protected static final Log logger
Constructor Detail

CommonsLoggingInvalidCustomerLogger

public CommonsLoggingInvalidCustomerLogger()
Method Detail

log

public void log(CustomerUpdate customerUpdate)
Specified by:
log in interface InvalidCustomerLogger


Copyright © 2009 SpringSource. All Rights Reserved.