Package | Description |
---|---|
org.apache.poi.hslf.blip | |
org.apache.poi.hslf.model | |
org.apache.poi.hslf.record | |
org.apache.poi.hslf.usermodel | |
org.apache.poi.hwpf.model | |
org.apache.poi.util |
Top-level util package are classes that are useful throughout the project.
|
Modifier and Type | Field | Description |
---|---|---|
protected POILogger |
BitmapPainter.logger |
Modifier and Type | Field | Description |
---|---|---|
protected POILogger |
PPGraphics2D.log |
|
protected POILogger |
Fill.logger |
|
protected POILogger |
Shape.logger |
|
protected static POILogger |
ShapeFactory.logger |
|
protected static POILogger |
ShapePainter.logger |
|
protected POILogger |
TextPainter.logger |
Modifier and Type | Field | Description |
---|---|---|
protected static POILogger |
Record.logger |
Modifier and Type | Field | Description |
---|---|---|
protected POILogger |
PictureData.logger |
|
protected POILogger |
RichTextRun.logger |
Modifier and Type | Field | Description |
---|---|---|
static POILogger |
FileInformationBlock.logger |
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.
|
Modifier and Type | Method | 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 2018 The Apache Software Foundation or its licensors, as applicable.