Class 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 Detail

      • SchemaErrorLogger

        public SchemaErrorLogger()
    • 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 description
        env - environment for running the fix