Package | Description |
---|---|
pl.edu.icm.yadda.service2.user.log |
Modifier and Type | Method and Description |
---|---|
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.
|
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-2014 ICM, Warsaw University. All Rights Reserved.