Class ProgressLogger

java.lang.Object
de.otto.synapse.logging.ProgressLogger

public class ProgressLogger
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    ProgressLogger​(org.slf4j.Logger logger, long expectedCount, org.slf4j.Marker marker)  
  • Method Summary

    Modifier and Type Method Description
    void incrementAndLog()  
    void incrementAndLog​(int logStepSize)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ProgressLogger

      public ProgressLogger​(org.slf4j.Logger logger, long expectedCount, org.slf4j.Marker marker)
  • Method Details

    • incrementAndLog

      public void incrementAndLog()
    • incrementAndLog

      public void incrementAndLog​(int logStepSize)