Writer

scribe.writer.Writer
trait Writer

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object ConsoleWriter.type
object NullWriter.type
object SystemErrWriter.type
object SystemOutWriter.type
object SystemWriter.type

Members list

Concise view

Value members

Abstract methods

def write(record: LogRecord, output: LogOutput, outputFormat: OutputFormat): Unit

Concrete methods

def dispose(): Unit