OutputFormat

scribe.output.format.OutputFormat
See theOutputFormat companion object
trait OutputFormat

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object ANSIOutputFormat.type
object ASCIIOutputFormat.type

Members list

Value members

Abstract methods

def apply(output: LogOutput, stream: String => Unit): Unit

Concrete methods

def begin(stream: String => Unit): Unit
def end(stream: String => Unit): Unit
def init(stream: String => Unit): Unit