Class LogPipeProcessor

java.lang.Object
org.frankframework.processors.AbstractPipeProcessor
org.frankframework.processors.LogPipeProcessor
All Implemented Interfaces:
PipeProcessor

public class LogPipeProcessor extends AbstractPipeProcessor
Logs the pipe name and the message before calling the pipe.

Sets the LogContext with the pipe name, so it can be used in all subsequent log messages.

Also used to log the intermediary results between pipes, when enabled (either on pipe or global level).