AsyncHandler

class AsyncHandler(parent: Handler) extends Handler with Guard with AutoCloseable with Flushable

Logging using background thread

Logging using background thread

trait Flushable
trait AutoCloseable
trait Guard
class Handler
class Object
trait Matchable
class Any

Value members

Concrete methods

override def close(): Unit
Definition Classes
AutoCloseable -> Handler
override def flush(): Unit
Definition Classes
Flushable -> Handler
override def publish(record: LogRecord): Unit
Definition Classes
Handler

Inherited methods

def getEncoding(): String
Inherited from
Handler
def getErrorManager(): ErrorManager
Inherited from
Handler
def getFilter(): Filter
Inherited from
Handler
def getFormatter(): Formatter
Inherited from
Handler
def getLevel(): Level
Inherited from
Handler
def guard[U](body: => U): U
Inherited from
Guard
def isLoggable(`x$0`: LogRecord): Boolean
Inherited from
Handler
protected def newCondition: Condition
Inherited from
Guard
@throws(java.io.UnsupportedEncodingException) @throws(java.lang.SecurityException)
def setEncoding(`x$0`: String): Unit
Inherited from
Handler
def setErrorManager(`x$0`: ErrorManager): Unit
Inherited from
Handler
@throws(java.lang.SecurityException)
def setFilter(`x$0`: Filter): Unit
Inherited from
Handler
@throws(java.lang.SecurityException)
def setFormatter(`x$0`: Formatter): Unit
Inherited from
Handler
@throws(java.lang.SecurityException)
def setLevel(`x$0`: Level): Unit
Inherited from
Handler