AsynchronousLogHandle

scribe.handler.AsynchronousLogHandle
See theAsynchronousLogHandle companion object
case class AsynchronousLogHandle(maxBuffer: Int, overflow: Overflow) extends LogHandle

Provides support for asynchronous logging to process the log record in another thread and avoid any blocking.

Attributes

formatter

the formatter to use (defaults to Formatter.default)

maxBuffer

the maximum buffer before overflow occurs (defaults to AsynchronousLogHandler.DefaultMaxBuffer)

modifiers

the modifiers

outputFormat

the output format to use (defaults to OutputFormat.default)

overflow

what to do with overflows (defaults to DropOld)

writer

the writer to use (defaults to ConsoleWriter)

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait LogHandle
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

override def log(handler: LogHandlerBuilder, record: LogRecord): Unit

Attributes

Definition Classes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product