[PROPOSAL] standardize on or at least allow use of slf4j going forward

2013-09-17 Thread Darren Shepherd
Currently all logging in ACS is done using log4j APIs. slf4j is already packaged as a transitive dependency in ACS. I propose that going forward we starting using slf4j APIs as opposed to log4j APIs. For those who don't know, slf4j is a logging abstraction API. In the world of java logging

RE: [PROPOSAL] standardize on or at least allow use of slf4j going forward

2013-09-17 Thread Alex Huang
11:56 AM > To: dev@cloudstack.apache.org > Subject: [PROPOSAL] standardize on or at least allow use of slf4j going > forward > > Currently all logging in ACS is done using log4j APIs. slf4j is already > packaged > as a transitive dependency in ACS. I propose that going forward we startin