HTMLOutputFormat

scribe.output.format.HTMLOutputFormat
case class HTMLOutputFormat(style: HTMLStyle) extends OutputFormat

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait OutputFormat
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

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

Attributes

Definition Classes
override def init(stream: String => Unit): Unit

Attributes

Definition Classes
def recurse(output: LogOutput, stream: String => Unit): Unit

Inherited methods

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

Attributes

Inherited from:
OutputFormat
def end(stream: String => Unit): Unit

Attributes

Inherited from:
OutputFormat
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product