Interface MigrationLog
public interface MigrationLog
Logging support for the 8.1 InternalDB Record to 8.3 Resource migration. Log messages here are sent both to the
SLF4J logging system and accummulated into a data structure that will be stored in a time-stamped markdown
formatted log file to aid in troubleshooting the 8.3 migration process.
-
Method Summary
Modifier and TypeMethodDescriptionvoidstrategyError(String message, Throwable e) Logs an error message to the migration log.voidstrategyMessage(String message) Logs an info or warning message to the migration log.
-
Method Details
-
strategyMessage
Logs an info or warning message to the migration log. -
strategyError
Logs an error message to the migration log.
-