Class PoiLogManager


  • public final class PoiLogManager
    extends java.lang.Object
    This class is used to get a log4j logger for the XmlBeans project.

    Internal use only.

    Fails over to a No-Op logger if there are problems creating log4j logger.

    Since:
    POI 5.4.0
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.apache.logging.log4j.Logger getLogger​(java.lang.Class<?> clz)  
      static org.apache.logging.log4j.Logger getLogger​(java.lang.String name)  
      • Methods inherited from class java.lang.Object

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

      • getLogger

        public static org.apache.logging.log4j.Logger getLogger​(java.lang.Class<?> clz)
      • getLogger

        public static org.apache.logging.log4j.Logger getLogger​(java.lang.String name)