Hi all,

Ranger uses many different logging mechanisms:

find . -name "*.java" | xargs grep -l "slf4j" | wc -l
30
find . -name "*.java" | xargs grep -l "log4j" | wc -l
125
find . -name "*.java" | xargs grep -l "commons.logging" | wc -l
166

IMO we should standardise on a single method for consistency. Any ideas on
which? I would tend to favour SLF4J personally.

Colm.


-- 
Colm O hEigeartaigh

Talend Community Coder
http://coders.talend.com

Reply via email to