Package | Description |
---|---|
org.zkoss.poi.hslf.blip | |
org.zkoss.poi.hslf.model | |
org.zkoss.poi.hslf.record | |
org.zkoss.poi.hslf.usermodel | |
org.zkoss.poi.hwpf.model | |
org.zkoss.poi.util |
Top-level util package are classes that are useful throughout the project.
|
Modifier and Type | Field and Description |
---|---|
protected POILogger |
BitmapPainter.logger |
Modifier and Type | Field and Description |
---|---|
protected POILogger |
PPGraphics2D.log |
protected POILogger |
TextPainter.logger |
protected static POILogger |
ShapePainter.logger |
protected static POILogger |
ShapeFactory.logger |
protected POILogger |
Shape.logger |
protected POILogger |
Fill.logger |
Modifier and Type | Field and Description |
---|---|
protected static POILogger |
Record.logger |
Modifier and Type | Field and Description |
---|---|
protected POILogger |
RichTextRun.logger |
protected POILogger |
PictureData.logger |
Modifier and Type | Field and Description |
---|---|
static POILogger |
FileInformationBlock.logger |
Modifier and Type | Class and 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.
|
Modifier and Type | Method and Description |
---|---|
static POILogger |
POILogFactory.getLogger(java.lang.Class theclass)
Get a logger, based on a class name
|
static POILogger |
POILogFactory.getLogger(java.lang.String cat)
Get a logger, based on a String
|
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.