java.lang.Object
de.uni_mannheim.informatik.dws.melt.matching_base.external.cli.process.ProcessOutputInfoLogging
All Implemented Interfaces:
ProcessOutputConsumer, AutoCloseable

public class ProcessOutputInfoLogging extends Object implements ProcessOutputConsumer
  • Field Details

    • LOGGER

      private static final org.slf4j.Logger LOGGER
    • prefix

      private String prefix
      The prefix before the actual message
  • Constructor Details

    • ProcessOutputInfoLogging

      public ProcessOutputInfoLogging(String prefix)
      Constructor
      Parameters:
      prefix - the prefix before the actual message
    • ProcessOutputInfoLogging

      public ProcessOutputInfoLogging()
  • Method Details