Catalogen

POILogger @Cluster 1 (at, error, this)


AbstractWordConverter.java

set normal , super or subscript , that representing the vertical - alignment .

175. private POILogger log = POILogFactory.getLogger( getClass() );
1104.                 log.log(

PPGraphics2D.java

set the content of this part .

46. protected POILogger log = POILogFactory.getLogger(this.getClass());
362.     log.log(POILogger.WARN, "Not implemented");

Paragraph.java

sets the

38. private static POILogger log = POILogFactory.getLogger( Paragraph.class );
122.             log.log( POILogger.WARN, "Paragraph refers to LFO #",

Shape.java

set the content to use for the bottom border

60. protected POILogger logger = POILogFactory.getLogger(this.getClass());
183.             logger.log(POILogger.WARN, "EscherSpRecord.FLAG_CHILD is set but EscherChildAnchorRecord was not found");
488.     logger.log(POILogger.INFO, "Rendering " + getShapeName());

POILogFactory.java

set the rgb value for accent colour

45. private static POILogger _nullLogger = new NullLogger();
101.         _loggerClassName = _nullLogger.getClass().getName();
107.     if(_loggerClassName.equals(_nullLogger.getClass().getName())) {

HSLFSlideShow.java

sets the

75. private POILogger logger = POILogFactory.getLogger(this.getClass());
323.   logger.log(POILogger.ERROR, "Error finding Current User Atom:\n" + ie);
392.     logger.log(POILogger.ERROR, "Problem reading picture: Invalid image type 0, on picture with length " + imgsize + ".\nYou document will probably become corrupted if you save it!");
393.     logger.log(POILogger.ERROR, "" + pos);
449.       logger.log(POILogger.ERROR, "Problem reading picture: " + e + "\nYou document will probably become corrupted if you save it!");

EscherGraphics2d.java

sets the

80. private POILogger logger = POILogFactory.getLogger(getClass());
158.         if (logger.check(POILogger.WARN))
159.             logger.log(POILogger.WARN, "draw not fully supported");
177.     if (logger.check( POILogger.WARN ))
178.         logger.log(POILogger.WARN,"drawImage() not supported");
317.         logger.log(POILogger.WARN,"fill(Shape) not supported");

SlideShow.java

sets the , and that ‘ s graphics 2 one document .

83. private POILogger logger = POILogFactory.getLogger(this.getClass());
253.   logger.log(POILogger.ERROR,
357.         logger.log(POILogger.ERROR, "A Notes SlideAtomSet at " + i
385.         logger.log(POILogger.ERROR, "A Slide SlideAtomSet at " + i
416.         logger.log(POILogger.ERROR, "Notes not found for noteId=" + noteId);
730.   logger.log(POILogger.INFO, "Added slide " + _slides.length + " with ref " + sp.getRefID()
780.   logger.log(POILogger.INFO, "New slide ended up at " + slideOffset);