Documentation of 'org.apache.poi.util.POILogFactory' Java class
POILogFactory
org.apache.poi.util

Class POILogFactory



  • public class POILogFactory
    extends java.lang.Object
    Provides logging without clients having to mess with configuration/initialization.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static POILogger getLogger(java.lang.Class<?> theclass)
      Get a logger, based on a class name
      static POILogger getLogger(java.lang.String cat)
      Get a logger, based on a String
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getLogger

        public static POILogger getLogger(java.lang.Class<?> theclass)
        Get a logger, based on a class name
        Parameters:
        theclass - the class whose name defines the log
        Returns:
        a POILogger for the specified class
      • getLogger

        public static POILogger getLogger(java.lang.String cat)
        Get a logger, based on a String
        Parameters:
        cat - the String that defines the log
        Returns:
        a POILogger for the specified class

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.