c

wvlet.log

AsyncHandler

class AsyncHandler extends Handler with Guard with AutoCloseable with Flushable

Logging using background thread

Linear Supertypes
Flushable, AutoCloseable, Guard, Handler, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AsyncHandler
  2. Flushable
  3. AutoCloseable
  4. Guard
  5. Handler
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AsyncHandler(parent: Handler)

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  6. def close(): Unit
    Definition Classes
    AsyncHandler → AutoCloseable → Handler
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. def flush(): Unit
    Definition Classes
    AsyncHandler → Flushable → Handler
  10. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  11. def getEncoding(): String
    Definition Classes
    Handler
  12. def getErrorManager(): ErrorManager
    Definition Classes
    Handler
  13. def getFilter(): Filter
    Definition Classes
    Handler
  14. def getFormatter(): Formatter
    Definition Classes
    Handler
  15. def getLevel(): Level
    Definition Classes
    Handler
  16. def guard[U](body: ⇒ U): U
    Definition Classes
    Guard
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. def isLoggable(arg0: java.util.logging.LogRecord): Boolean
    Definition Classes
    Handler
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. def newCondition: Condition
    Attributes
    protected
    Definition Classes
    Guard
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. def publish(record: java.util.logging.LogRecord): Unit
    Definition Classes
    AsyncHandler → Handler
  25. def reportError(arg0: String, arg1: Exception, arg2: Int): Unit
    Attributes
    protected[logging]
    Definition Classes
    Handler
  26. def setEncoding(arg0: String): Unit
    Definition Classes
    Handler
    Annotations
    @throws( ... ) @throws( ... )
  27. def setErrorManager(arg0: ErrorManager): Unit
    Definition Classes
    Handler
  28. def setFilter(arg0: Filter): Unit
    Definition Classes
    Handler
    Annotations
    @throws( ... )
  29. def setFormatter(arg0: Formatter): Unit
    Definition Classes
    Handler
    Annotations
    @throws( ... )
  30. def setLevel(arg0: Level): Unit
    Definition Classes
    Handler
    Annotations
    @throws( ... )
  31. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  32. def toString(): String
    Definition Classes
    AnyRef → Any
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

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

Inherited from Flushable

Inherited from AutoCloseable

Inherited from Guard

Inherited from Handler

Inherited from AnyRef

Inherited from Any

Ungrouped