Example usage for org.springframework.batch.sample.domain.trade InvalidCustomerLogger interface-usage

List of usage examples for org.springframework.batch.sample.domain.trade InvalidCustomerLogger interface-usage

Introduction

In this page you can find the example usage for org.springframework.batch.sample.domain.trade InvalidCustomerLogger interface-usage.

Usage

From source file org.springframework.batch.sample.domain.trade.internal.CommonsLoggingInvalidCustomerLogger.java

/**
 * @author Lucas Ward
 *
 */
public class CommonsLoggingInvalidCustomerLogger implements InvalidCustomerLogger {
    protected static final Log LOG = LogFactory.getLog(CommandLineJobRunner.class);