Class ScopedLogHandlersManager


  • @Deprecated
    @InternalApi
    public class ScopedLogHandlersManager
    extends java.lang.Object
    Deprecated.
    Is internal API
    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)
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      void close()
      Deprecated.
       
      • 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)
        Deprecated.
    • Method Detail

      • close

        public void close()
        Deprecated.