Class LoggingProgressPlugin

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static org.slf4j.Logger logger  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      ProgressPlugin.Task startTask​(java.lang.String name, int size)
      Start a task with the specified name.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • logger

        private static final org.slf4j.Logger logger
    • Constructor Detail

      • LoggingProgressPlugin

        public LoggingProgressPlugin()
    • Method Detail

      • startTask

        public ProgressPlugin.Task startTask​(java.lang.String name,
                                             int size)
        Description copied from interface: ProgressPlugin
        Start a task with the specified name.
        Specified by:
        startTask in interface ProgressPlugin
        Parameters:
        name - The name of the task -- must not be null.
        size - The expected size of the task, or -1 if not known in advance.
        Returns:
        A handle for the ongoing task.