Hi, me again O:-),

I am wondering how to implement a logger output in the 1 class approach.
Is there an example somewhere of how to achieve this?

I tried following code but it is not working anymore.


Define a logger in the Class

```
private static final Logger LOG = 
LoggerFactory.getLogger(ReprojectionProcessor.class);
```

and then use the logger syntax as always in onInvocation or onEvent method.
```
LOG.warn("text text text.");
```

But there is no output at all.

Can some one help please?

Greetings
Florian

 

Reply via email to