Uses of Class
loci.poi.util.POILogger
-
Packages that use POILogger Package Description loci.poi loci.poi.util Top-level util package are classes that are useful throughout the project. -
-
Uses of POILogger in loci.poi
Fields in loci.poi declared as POILogger Modifier and Type Field Description protected POILogger
POIDocument. logger
For our own logging use -
Uses of POILogger in loci.poi.util
Subclasses of POILogger in loci.poi.util Modifier and Type Class Description class
CommonsLogger
A logger class that strives to make it as easy as possible for developers to write log calls, while simultaneously making those calls as cheap as possible by performing lazy evaluation of the log message.class
NullLogger
A logger class that strives to make it as easy as possible for developers to write log calls, while simultaneously making those calls as cheap as possible by performing lazy evaluation of the log message.class
SystemOutLogger
A logger class that strives to make it as easy as possible for developers to write log calls, while simultaneously making those calls as cheap as possible by performing lazy evaluation of the log message.Methods in loci.poi.util that return POILogger Modifier and Type Method Description static POILogger
POILogFactory. getLogger(Class theclass)
Get a logger, based on a class namestatic POILogger
POILogFactory. getLogger(String cat)
Get a logger, based on a String
-