On 10/5/07, Jukka Zitting <[EMAIL PROTECTED]> wrote: > ...Any thoughts on logging within Tika components?...
> ...See also http://kasparov.skife.org/blog/src/logging_for_libraries.html... The same blog entry came to mind when seeing your message's subject. I wonder if we should not create our own very simple logging interface, as Brian suggests in his blog, to allow client code to use the library of their choice. We'd define a very simple Tika-specific logging interface, provide an implementation that logs to stderr, and allow client code to wrap any other logger as they see fit. That would allow us to remove all logging dependencies (unless the parsers that we use require logging libs themselves, of course). WDYT? -Bertrand
