I am using log4j in the following way:
org.apache.log4j.LogManager.getCurrentLoggers() but it does not bring all the loggers that I have. Is there any special configuration for this? For instance, I create a Spring bean decorated with the @Service annotation and it finds it, but if it does not have the annotation then it does not show up.
Any help will be greatly appreciated!
Kind regards, user1532449