net.sf.spring.batch
Interface LogConfigurator

All Known Implementing Classes:
Log4jConfigurator

public interface LogConfigurator

Interface to initialize log4j

Author:
willy

Method Summary
 void configure(File confDir, String batchName)
          Called by launcher.
 

Method Detail

configure

public void configure(File confDir,
                      String batchName)
Called by launcher.

Parameters:
confDir - The configuration directory.
batchName - The name of the batch.


Copyright © 2009. All Rights Reserved.