I would like to configure logging in my application using log4j.properties and instruct (somehow) all third-party packages / modules to enter this configuration. Now they are written in different ways, and this is a mess: OpenEJB, Hibernate, Apache HttpClient, Jersey, etc. How can i do this? I want to work only with log4j .
source share