Class MalletLogger

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.util.logging.Level[] LoggingLevels  
      • Fields inherited from class java.util.logging.Logger

        global, GLOBAL_LOGGER_NAME
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected MalletLogger​(java.lang.String name, java.lang.String resourceBundleName)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.logging.Logger getLogger​(java.lang.String name)  
      java.util.logging.Logger getRootLogger()
      Convenience method for finding the root logger.
      • Methods inherited from class java.util.logging.Logger

        addHandler, config, config, entering, entering, entering, exiting, exiting, fine, fine, finer, finer, finest, finest, getAnonymousLogger, getAnonymousLogger, getFilter, getGlobal, getHandlers, getLevel, getLogger, getName, getParent, getResourceBundle, getResourceBundleName, getUseParentHandlers, info, info, isLoggable, log, log, log, log, log, log, log, logp, logp, logp, logp, logp, logp, logrb, logrb, logrb, logrb, logrb, logrb, logrb, logrb, removeHandler, setFilter, setLevel, setParent, setResourceBundle, setUseParentHandlers, severe, severe, throwing, warning, warning
      • Methods inherited from class java.lang.Object

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

      • LoggingLevels

        public static java.util.logging.Level[] LoggingLevels
    • Constructor Detail

      • MalletLogger

        protected MalletLogger​(java.lang.String name,
                               java.lang.String resourceBundleName)
    • Method Detail

      • getLogger

        public static java.util.logging.Logger getLogger​(java.lang.String name)
      • getRootLogger

        public java.util.logging.Logger getRootLogger()
        Convenience method for finding the root logger.