Package nablarch.fw.batch.progress
Class ProgressLogPrinter
java.lang.Object
nablarch.fw.batch.progress.ProgressLogPrinter
- All Implemented Interfaces:
ProgressPrinter
進捗状況をログに出力するクラス。
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
print
(ProcessName processName, Progress progress) 進捗状況を出力する。
-
Constructor Details
-
ProgressLogPrinter
public ProgressLogPrinter()
-
-
Method Details
-
print
Description copied from interface:ProgressPrinter
進捗状況を出力する。- Specified by:
print
in interfaceProgressPrinter
- Parameters:
processName
- プロセス名progress
- 進捗状況
-