class AirframeLogManager extends LogManager

* Custom log manager to postpone the reset of loggers This is based on the technique mentioned in: https://stackoverflow.com/questions/13825403/java-how-to-get-logger-to-work-in-shutdown-hook

Linear Supertypes
LogManager, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AirframeLogManager
  2. LogManager
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AirframeLogManager()

Type Members

  1. class LoggerContext extends AnyRef
    Attributes
    private[java.util.logging]
    Definition Classes
    LogManager
  2. final class LoggerWeakRef extends WeakReference[java.util.logging.Logger]
    Attributes
    private[java.util.logging]
    Definition Classes
    LogManager
  3. final class SystemLoggerContext extends LoggerContext
    Attributes
    private[java.util.logging]
    Definition Classes
    LogManager

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def addConfigurationListener(arg0: Runnable): LogManager
    Definition Classes
    LogManager
  5. def addLogger(arg0: java.util.logging.Logger): Boolean
    Definition Classes
    LogManager
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def checkAccess(): Unit
    Definition Classes
    LogManager
    Annotations
    @throws(classOf[java.lang.SecurityException])
  8. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  12. def getLogger(arg0: String): java.util.logging.Logger
    Definition Classes
    LogManager
  13. def getLoggerNames(): Enumeration[String]
    Definition Classes
    LogManager
  14. def getProperty(arg0: String): String
    Definition Classes
    LogManager
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. def readConfiguration(arg0: InputStream): Unit
    Definition Classes
    LogManager
    Annotations
    @throws(classOf[java.io.IOException]) @throws(classOf[java.lang.SecurityException])
  21. def readConfiguration(): Unit
    Definition Classes
    LogManager
    Annotations
    @throws(classOf[java.io.IOException]) @throws(classOf[java.lang.SecurityException])
  22. def removeConfigurationListener(arg0: Runnable): Unit
    Definition Classes
    LogManager
  23. def reset(): Unit
    Definition Classes
    AirframeLogManager → LogManager
  24. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  25. def toString(): String
    Definition Classes
    AnyRef → Any
  26. def updateConfiguration(arg0: InputStream, arg1: Function[String, BiFunction[String, String, String]]): Unit
    Definition Classes
    LogManager
    Annotations
    @throws(classOf[java.io.IOException])
  27. def updateConfiguration(arg0: Function[String, BiFunction[String, String, String]]): Unit
    Definition Classes
    LogManager
    Annotations
    @throws(classOf[java.io.IOException])
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from LogManager

Inherited from AnyRef

Inherited from Any

Ungrouped