OutputCaptor

logger.Logger.OutputCaptor
class OutputCaptor

a class for managing capturing logging output in a string buffer

Attributes

Source
Logger.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def clear(): Unit

Clear the string buffer

Clear the string buffer

Attributes

Source
Logger.scala
def getOutputAsString: String

Get logged messages to this captor as a string

Get logged messages to this captor as a string

Attributes

Source
Logger.scala

Concrete fields

val byteArrayOutputStream: ByteArrayOutputStream

Attributes

Source
Logger.scala
val printStream: PrintStream

Attributes

Source
Logger.scala