|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.poi.util.POILogFactory
public class POILogFactory
Provides logging without clients having to mess with configuration/initialization.
Method Summary | |
---|---|
static POILogger |
getLogger(java.lang.Class theclass)
Get a logger, based on a class name |
static POILogger |
getLogger(java.lang.String cat)
Get a logger, based on a String |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static POILogger getLogger(java.lang.Class theclass)
theclass
- the class whose name defines the log
public static POILogger getLogger(java.lang.String cat)
cat
- the String that defines the log
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |