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

Class SystemOutLogger



  • public class SystemOutLogger
    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

      • SystemOutLogger

        public SystemOutLogger()
    • Method Detail

      • initialize

        public void initialize(java.lang.String cat)
        Specified by:
        initialize in class POILogger
      • log

        public void log(int level,
                        java.lang.Object obj1)
        Log a message
        Specified by:
        log in class POILogger
        Parameters:
        level - One of DEBUG, INFO, WARN, ERROR, FATAL
        obj1 - The object to log.
      • log

        public void log(int level,
                        java.lang.Object obj1,
                        java.lang.Throwable exception)
        Log a message
        Specified by:
        log in class POILogger
        Parameters:
        level - One of DEBUG, INFO, WARN, ERROR, FATAL
        obj1 - The object to log. This is converted to a string.
        exception - An exception to be logged

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.