org.apache.poi.hssf
Class HSSFLog

java.lang.Object
  |
  +--org.apache.poi.util.POILogFactory
        |
        +--org.apache.poi.hssf.HSSFLog

public class HSSFLog
extends POILogFactory

Provides logging to HSSF without it having to mess with configuration/initialization.

Author:
Andrew C. Oliver (acoliver at apache dot org), Marc Johnson (mjohnson at apache dot org)

Method Summary
static POILogger getPOILogger(java.lang.Class theclass)
           
 
Methods inherited from class org.apache.poi.util.POILogFactory
getLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getPOILogger

public static POILogger getPOILogger(java.lang.Class theclass)


Copyright © 2001-2002 JAKARTA POI project. All Rights Reserved.