Class POILogFactory


  • @Internal
    public final class POILogFactory
    extends Object
    Provides logging without clients having to mess with configuration/initialization.
    • Method Detail

      • getLogger

        public static POILogger getLogger​(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​(String cat)
        Get a logger, based on a String
        Parameters:
        cat - the String that defines the log
        Returns:
        a POILogger for the specified class