Class ChangingStatusLogger


  • public class ChangingStatusLogger
    extends Object
    A logger that regularly logs a status message, if the status has changed.
    Author:
    hylke
    • Constructor Detail

      • ChangingStatusLogger

        public ChangingStatusLogger​(org.slf4j.Logger logger)
        Create a new logger, with the given logger, message and status. The status should match the message in that the number of placeholders in the message must be the same as the number of items in the status.
        Parameters:
        logger - The logger to log to.