Class CommonsLogger


  • public class CommonsLogger
    extends POILogger
    A logger class that strives to make it as easy as possible for developers to write log calls, while simultaneously making those calls as cheap as possible by performing lazy evaluation of the log message.

    • Constructor Detail

      • CommonsLogger

        public CommonsLogger()
    • Method Detail

      • check

        public boolean check​(int level)
        Check if a logger is enabled to log at the specified level
        Specified by:
        check in class POILogger
        Parameters:
        level - One of DEBUG, INFO, WARN, ERROR, FATAL