Re: adding log4j 2.x support to a library

2015-04-30 Thread Mikael Ståldal
Please don't make the library depend on log4j-core. A library should only depend on log4j-api and leave log configuration to the application using the library. And don't log too much from the library, there are too many libraries out there doing excessive logging. On Wed, Apr 29, 2015 at 10:54

Re: adding log4j 2.x support to a library

2015-04-30 Thread Gary Gregory
On Thu, Apr 30, 2015 at 2:13 AM, Mikael Ståldal mikael.stal...@magine.com wrote: Please don't make the library depend on log4j-core. A library should only depend on log4j-api and leave log configuration to the application using the library. And don't log too much from the library, there are