
20 Oct
2017
20 Oct
'17
8:13 a.m.
Hi there, I wanted to ask, if you may think it would be a good idea to have an CDI Producer for slf4j Logger instances based on the target class? In our projects, we create each time such an instance fo do something like this: public class MySpecialBean { @Inject Logger myLogger; } What do you think? Best Regards Patrick