Class ProcessOutputInfoLogging
java.lang.Object
de.uni_mannheim.informatik.dws.melt.matching_base.external.cli.process.ProcessOutputInfoLogging
- All Implemented Interfaces:
ProcessOutputConsumer
,AutoCloseable
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface de.uni_mannheim.informatik.dws.melt.matching_base.external.cli.process.ProcessOutputConsumer
close
-
Field Details
-
LOGGER
private static final org.slf4j.Logger LOGGER -
prefix
The prefix before the actual message
-
-
Constructor Details
-
ProcessOutputInfoLogging
Constructor- Parameters:
prefix
- the prefix before the actual message
-
ProcessOutputInfoLogging
public ProcessOutputInfoLogging()
-
-
Method Details
-
processOutput
Description copied from interface:ProcessOutputConsumer
Processes one line of output.- Specified by:
processOutput
in interfaceProcessOutputConsumer
- Parameters:
line
- the whole text line from an external process.
-