Have a look at https://github.com/apache/poi/blob/trunk/src/java/org/apache/poi/util/POILogFactory.java#L74
You can use the system property "org.apache.poi.util.POILogger" to provide a class name of an alternate implementation of org.apache.poi.util.POILogger. The new class will need to sublass org.apache.poi.util.POILogger. https://github.com/apache/poi/blob/trunk/src/java/org/apache/poi/util/SystemOutLogger.java is an example. -- Sent from: http://apache-poi.1045710.n5.nabble.com/POI-User-f2280730.html --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
