Class/Object

wvlet.log

AirframeLogManager

Related Docs: object AirframeLogManager | package log

Permalink

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()

    Permalink

Type Members

  1. class LoggerContext extends AnyRef

    Permalink
    Attributes
    private[java.util.logging]
    Definition Classes
    LogManager
  2. final class LoggerWeakRef extends WeakReference[java.util.logging.Logger]

    Permalink
    Attributes
    private[java.util.logging]
    Definition Classes
    LogManager
  3. final class SystemLoggerContext extends LoggerContext

    Permalink
    Attributes
    private[java.util.logging]
    Definition Classes
    LogManager

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def addConfigurationListener(arg0: Runnable): LogManager

    Permalink
    Definition Classes
    LogManager
  5. def addLogger(arg0: java.util.logging.Logger): Boolean

    Permalink
    Definition Classes
    LogManager
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def checkAccess(): Unit

    Permalink
    Definition Classes
    LogManager
    Annotations
    @throws( ... )
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  11. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  12. def getLogger(arg0: String): java.util.logging.Logger

    Permalink
    Definition Classes
    LogManager
  13. def getLoggerNames(): Enumeration[String]

    Permalink
    Definition Classes
    LogManager
  14. def getProperty(arg0: String): String

    Permalink
    Definition Classes
    LogManager
  15. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  16. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  19. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  20. def readConfiguration(arg0: InputStream): Unit

    Permalink
    Definition Classes
    LogManager
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  21. def readConfiguration(): Unit

    Permalink
    Definition Classes
    LogManager
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  22. def removeConfigurationListener(arg0: Runnable): Unit

    Permalink
    Definition Classes
    LogManager
  23. def reset(): Unit

    Permalink
    Definition Classes
    AirframeLogManager → LogManager
  24. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  25. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  26. def updateConfiguration(arg0: InputStream, arg1: Function[String, BiFunction[String, String, String]]): Unit

    Permalink
    Definition Classes
    LogManager
    Annotations
    @throws( classOf[java.io.IOException] )
  27. def updateConfiguration(arg0: Function[String, BiFunction[String, String, String]]): Unit

    Permalink
    Definition Classes
    LogManager
    Annotations
    @throws( classOf[java.io.IOException] )
  28. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from LogManager

Inherited from AnyRef

Inherited from Any

Ungrouped