|
||||||||
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.
Constructor Summary | |
POILogFactory(java.lang.String logFile,
java.lang.String logPathProperty)
construct a POILogFactory. |
Method Summary | |
POILogger |
getLogger(java.lang.Class theclass)
Get a logger, based on a class name |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public POILogFactory(java.lang.String logFile, java.lang.String logPathProperty)
logFile
- the name of the file that contains the
properties governing the logs; should not be
null or emptylogPathProperty
- the name of the system property that
defines the path of logFile; can not be
null or emptyMethod Detail |
public POILogger getLogger(java.lang.Class theclass)
theclass
- the class whose name defines the log
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |