Uses of Class
pl.edu.icm.yadda.service2.user.log.MigrationLogger.Type

Packages that use MigrationLogger.Type
pl.edu.icm.yadda.service2.user.log   
 

Uses of MigrationLogger.Type in pl.edu.icm.yadda.service2.user.log
 

Methods in pl.edu.icm.yadda.service2.user.log that return MigrationLogger.Type
static MigrationLogger.Type MigrationLogger.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MigrationLogger.Type[] MigrationLogger.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in pl.edu.icm.yadda.service2.user.log with parameters of type MigrationLogger.Type
 void CSVMigrationLogger.log(MigrationLogger.Type type, MigrationLogger.Status status, String id, String msg, String... auxParams)
           
 void MigrationLogger.log(MigrationLogger.Type type, MigrationLogger.Status status, String id, String msg, String... auxParams)
          Loggs single entry.
 void StdOutMigrationLogger.log(MigrationLogger.Type type, MigrationLogger.Status status, String id, String msg, String... auxParams)
           
 



Copyright © 2002-2013 ICM, Warsaw University. All Rights Reserved.