Hi Team,
down
votefavorite<http://stackoverflow.com/questions/44064092/too-many-logging-jars-in-my-project#>
I want to know the relation between log4j and logkit jars.
Currently our project contains following jars:
(log4j,logkit,common-logging,slf4j-api,slf4j-jdk14)
I do not find logkit reference in our project.(i searched the package name
"org.apache.log" in whole work space but did not find any) but there are
references of log4j jars(org.apache.log4j).
If i remove logkit jar from the project will there be any impact. I am looking
for any hidden dependency which i missed.
thanks.