Package | Description |
---|---|
pl.edu.icm.yadda.service2.user.log |
Modifier and Type | Method and Description |
---|---|
static MigrationLogger.Status |
MigrationLogger.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MigrationLogger.Status[] |
MigrationLogger.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
StdOutMigrationLogger.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 |
CSVMigrationLogger.log(MigrationLogger.Type type,
MigrationLogger.Status status,
String id,
String msg,
String... auxParams) |
Copyright © 2002–2016 ICM, Warsaw University. All rights reserved.