Class SynchronizationLogHandler


  • public class SynchronizationLogHandler
    extends java.util.logging.Handler
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void clear()  
      void close()  
      void flush()  
      java.util.List<java.lang.String> getLog()  
      void publish​(java.util.logging.LogRecord record)  
      void setThread​(java.lang.Thread t)  
      • 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

      • SynchronizationLogHandler

        public SynchronizationLogHandler()
    • Method Detail

      • setThread

        public void setThread​(java.lang.Thread t)
      • publish

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

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

        public void close()
                   throws java.lang.SecurityException
        Specified by:
        close in class java.util.logging.Handler
        Throws:
        java.lang.SecurityException
      • clear

        public void clear()
      • getLog

        public java.util.List<java.lang.String> getLog()