Hi, On Mon, Aug 27, 2012 at 12:32 PM, Markus Jelsma <[email protected]> wrote: > Are there any logging facilities in Tika? I'd like to log some warnings > but rather not throw an exception that terminates my parse.
You can use whatever logging framework you like. Tika itself intentionally doesn't use or require any specific logging framework, but some of the parser libraries do, so in a typical Tika deployment you'd already have at least the Commons Logging, SLF4J and JUL interfaces available for logging. BR, Jukka Zitting
