Interface MigrationLog
-
public interface MigrationLog
class representing a log message
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
MigrationLog.LogType
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getMessage()
MigrationLog.LogType
getType()
-
-
-
Method Detail
-
getType
MigrationLog.LogType getType()
-
getMessage
java.lang.String getMessage()
-
-