Tika appears to use two logging frameworks, Commons Logging and SLF4J.

Is that correct?

Commons Logging is used by;
tika-app
tika-parsers
tika-server

SLF4J is used by;
tika-batch
tika-core
tika-parsers
tika-translate

If I do a patch which way should I refactor? My personal preference is to
use SLF4J.

John

Reply via email to