|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpl.edu.icm.yadda.service2.user.log.CSVMigrationLogger
public class CSVMigrationLogger
Stateful CSV migration logger.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface pl.edu.icm.yadda.service2.user.log.MigrationLogger |
---|
MigrationLogger.Status, MigrationLogger.Type |
Field Summary | |
---|---|
protected String |
rootDir
Root directory. |
Constructor Summary | |
---|---|
CSVMigrationLogger()
|
Method Summary | |
---|---|
void |
close()
Finalizes logging. |
void |
init()
Initializes logging. |
void |
log(MigrationLogger.Type type,
MigrationLogger.Status status,
String id,
String msg,
String... auxParams)
Loggs single entry. |
void |
setRootDir(String rootDir)
Sets root directory. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String rootDir
Constructor Detail |
---|
public CSVMigrationLogger()
Method Detail |
---|
public void init()
MigrationLogger
init
in interface MigrationLogger
public void log(MigrationLogger.Type type, MigrationLogger.Status status, String id, String msg, String... auxParams)
MigrationLogger
log
in interface MigrationLogger
public void close()
MigrationLogger
close
in interface MigrationLogger
public void setRootDir(String rootDir)
rootDir
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |