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