Class GuiLogOutputHandler


  • public class GuiLogOutputHandler
    extends java.util.logging.Handler
    • Constructor Summary

      Constructors 
      Constructor Description
      GuiLogOutputHandler​(javax.swing.JTextArea jTextArea)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void close()  
      void flush()  
      void publish​(java.util.logging.LogRecord logRecord)  
      • Methods inherited from class java.util.logging.Handler

        getEncoding, getErrorManager, getFilter, getFormatter, getLevel, isLoggable, reportError, setEncoding, setErrorManager, setFilter, setFormatter, setLevel
      • Methods inherited from class java.lang.Object

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

      • GuiLogOutputHandler

        public GuiLogOutputHandler​(javax.swing.JTextArea jTextArea)
    • Method Detail

      • close

        public void close()
        Specified by:
        close in class java.util.logging.Handler
      • flush

        public void flush()
        Specified by:
        flush in class java.util.logging.Handler
      • publish

        public void publish​(java.util.logging.LogRecord logRecord)
        Specified by:
        publish in class java.util.logging.Handler