Package com.im.df.impl.db
Class SchemaErrorLogger
- java.lang.Object
-
- com.im.df.impl.db.SchemaErrorLogger
-
public abstract class SchemaErrorLogger extends Object
Logger for logging schema errors. Allow to implement UI confirmation of fixes in various final products (IJC/PSC)
-
-
Constructor Summary
Constructors Constructor Description SchemaErrorLogger()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static SchemaErrorLogger
getDefault()
Finds implementation of the logger.abstract void
log(SchemaErrorInfo info, com.im.commons.progress.DFEnvironmentRO env)
Logs an error.
-
-
-
Method Detail
-
getDefault
public static final SchemaErrorLogger getDefault()
Finds implementation of the logger.- Returns:
- instance
-
log
public abstract void log(SchemaErrorInfo info, com.im.commons.progress.DFEnvironmentRO env)
Logs an error.- Parameters:
info
- Error descriptionenv
- environment for running the fix
-
-