TextOutput

scribe.output.TextOutput
final class TextOutput(val value: String) extends AnyVal, LogOutput

Attributes

Graph
Supertypes
trait LogOutput
class AnyVal
trait Matchable
class Any

Members list

Value members

Concrete methods

override def map(f: String => String): LogOutput

Attributes

Definition Classes
def plainText: String
override def splitAt(index: Int): (LogOutput, LogOutput)

Attributes

Definition Classes
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any

Inherited methods

def length: Int

Attributes

Inherited from:
LogOutput

Concrete fields

val value: String