Class MalletProgressMessageLogger


  • public class MalletProgressMessageLogger
    extends MalletLogger
    Created by IntelliJ IDEA. User: hough Date: Feb 10, 2004 Time: 4:37:07 PM To change this template use Options | File Templates.
    • Field Summary

      • Fields inherited from class java.util.logging.Logger

        global, GLOBAL_LOGGER_NAME
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected MalletProgressMessageLogger​(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)  
      void log​(java.util.logging.LogRecord logRecord)  
      • 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, 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
    • Constructor Detail

      • MalletProgressMessageLogger

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

      • getLogger

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

        public void log​(java.util.logging.LogRecord logRecord)
        Overrides:
        log in class java.util.logging.Logger