Class ScopedLogHandlersManager


  • public class ScopedLogHandlersManager
    extends java.lang.Object
    Author:
    Romain PELISSE, [email protected], Roberto Ferranti - [email protected] Thanks to Jesse Glick for the bug report.
    • Constructor Summary

      Constructors 
      Constructor Description
      ScopedLogHandlersManager​(java.util.logging.Level level, java.util.logging.Handler... handlers)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void close()  
      • Methods inherited from class java.lang.Object

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

      • ScopedLogHandlersManager

        public ScopedLogHandlersManager​(java.util.logging.Level level,
                                        java.util.logging.Handler... handlers)
    • Method Detail

      • close

        public void close()