Packages

p

scribe

handler

package handler

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class FunctionalLogHandler(f: (LogRecord[_]) ⇒ Unit, modifiers: List[LogModifier]) extends LogHandler with Product with Serializable
  2. trait LogHandler extends LogSupport[LogHandler]
  3. class LogOverflowException extends RuntimeException
  4. case class SynchronousLogHandler(formatter: Formatter = Formatter.default, writer: Writer = ConsoleWriter, modifiers: List[LogModifier] = Nil) extends LogHandler with Product with Serializable

Value Members

  1. object LogHandler
  2. object SynchronousLogHandler extends Serializable

Ungrouped