LogHandler

scribe.handler.LogHandler
See theLogHandler companion trait
object LogHandler

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
LogHandler.type

Members list

Value members

Concrete methods

def apply(formatter: Formatter, writer: Writer, minimumLevel: Option[Level], modifiers: List[LogModifier], outputFormat: OutputFormat, handle: LogHandle): LogHandlerBuilder
def apply(minimumLevel: Level)(f: LogRecord => Unit): FunctionalLogHandler