Hi Dominik, I didn't change anything but now everything working as expected. Never mind.
Florian Am Dienstag, dem 22.11.2022 um 19:27 +0000 schrieb Dominik Riemer: > There shouldn't be anything different, make sure you are using the correct > import (org.slf4j), and have a look at the other places where we use > logging.<br> > > Dominik<br> > > > > > -----Original Message-----<br> > From: Florian Micklich <[[email protected]](mailto:[email protected])> > <br> > Sent: Tuesday, November 22, 2022 8:01 PM<br> > To: StreanPipes Dev > <[[email protected]](mailto:[email protected])><br> > Subject: How to add Logger output in processors<br> > > Hi, me again O:-),<br> > > I am wondering how to implement a logger output in the 1 class approach.<br> > Is there an example somewhere of how to achieve this?<br> > > I tried following code but it is not working anymore.<br> > > > Define a logger in the Class<br> > > ```<br> > private static final Logger LOG = > LoggerFactory.getLogger(ReprojectionProcessor.class);<br> > ```<br> > > and then use the logger syntax as always in onInvocation or onEvent > method.<br> > ```<br> > LOG.warn("text text text.");<br> > ```<br> > > But there is no output at all.<br> > > Can some one help please?<br> > > Greetings<br> > Florian<br> > > <br>
