| java.lang.Object org.apache.poi.util.POILogFactory
POILogFactory | public class POILogFactory (Code) | | Provides logging without clients having to mess with
configuration/initialization.
author: Andrew C. Oliver (acoliver at apache dot org) author: Marc Johnson (mjohnson at apache dot org) author: Nicola Ken Barozzi (nicolaken at apache.org) |
getLogger | public static POILogger getLogger(Class theclass)(Code) | | Get a logger, based on a class name
Parameters: theclass - the class whose name defines the log a POILogger for the specified class |
getLogger | public static POILogger getLogger(String cat)(Code) | | Get a logger, based on a String
Parameters: cat - the String that defines the log a POILogger for the specified class |
|
|