pl.edu.icm.yadda.service2.user.log
Class StdOutMigrationLogger
java.lang.Object
pl.edu.icm.yadda.service2.user.log.StdOutMigrationLogger
- All Implemented Interfaces:
- MigrationLogger
public class StdOutMigrationLogger
- extends Object
- implements MigrationLogger
Prints out migration log entry on standard output.
- Author:
- mhorst
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StdOutMigrationLogger
public StdOutMigrationLogger()
init
public void init()
- Description copied from interface:
MigrationLogger
- Initializes logging.
- Specified by:
init
in interface MigrationLogger
log
public void log(MigrationLogger.Type type,
MigrationLogger.Status status,
String id,
String msg,
String... auxParams)
- Description copied from interface:
MigrationLogger
- Loggs single entry.
- Specified by:
log
in interface MigrationLogger
close
public void close()
- Description copied from interface:
MigrationLogger
- Finalizes logging.
- Specified by:
close
in interface MigrationLogger
Copyright © 2002-2012 ICM, Warsaw University. All Rights Reserved.