Class ProgressLogger

    • Constructor Detail

      • ProgressLogger

        public ProgressLogger​(Environment environment)
    • Method Detail

      • step

        public void step​(SpoonProgress.Process process,
                         String task,
                         int taskId,
                         int nbTask)
        Description copied from interface: SpoonProgress
        is called when a step in the precess is started
        Specified by:
        step in interface SpoonProgress
        Parameters:
        process - the current process
        task - the task that has been processed
        taskId - the task id
        nbTask - the number of task in the process
      • step

        public void step​(SpoonProgress.Process process,
                         String task)
        Description copied from interface: SpoonProgress
        is called when a step in the precess is started
        Specified by:
        step in interface SpoonProgress
        Parameters:
        process - the current process
        task - the task that has been processed