Skip to content
BonnoSmeele edited this page Oct 14, 2024 · 4 revisions
<pipe name="WriteToLog"
		className="nl.nn.adapterframework.pipes.GenericMessageSendingPipe">
		<sender className="nl.nn.adapterframework.senders.LogSender"
		logCategory="IDLog"
                logLevel="WARN"
     />
		<forward name="success" path="READY" />
</pipe>
			<SenderPipe name="WriteToLogReceived">
				<LogSender
					logCategory="MSG"
					logLevel="INFO"/>
					<Forward name="success" path="READY" />
			</SenderPipe>

You can use a custom log, but you have to add the log to log4j4ibis.xml file

Clone this wiki locally