|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--org.apache.poi.util.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 logpublic static POILogger getLogger(java.lang.String cat)
cat - the String that defines the log
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||