|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
StdOutMigrationLogger.log(MigrationLogger.Type type,
MigrationLogger.Status status,
String id,
String msg,
String... auxParams)
|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |