Class LogManager.LocalFilterHolder

  • Enclosing class:
    LogManager

    private static class LogManager.LocalFilterHolder
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) static java.lang.ThreadLocal<java.util.logging.Filter> LOCAL_FILTER  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private LocalFilterHolder()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • LOCAL_FILTER

        static final java.lang.ThreadLocal<java.util.logging.Filter> LOCAL_FILTER
    • Constructor Detail

      • LocalFilterHolder

        private LocalFilterHolder()