Package loci.poi.util
Class POILogFactory
- java.lang.Object
-
- loci.poi.util.POILogFactory
-
public class POILogFactory extends Object
Provides logging without clients having to mess with configuration/initialization.- Author:
- Andrew C. Oliver (acoliver at apache dot org), Marc Johnson (mjohnson at apache dot org), Nicola Ken Barozzi (nicolaken at apache.org)
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static POILogger
getLogger(Class theclass)
Get a logger, based on a class namestatic POILogger
getLogger(String cat)
Get a logger, based on a String
-