StringLogger

com.reactific.riddl.utils.StringLogger
case class StringLogger(capacity: Int, withHighlighting: Boolean) extends Logger

Attributes

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

Members list

Value members

Concrete methods

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
override def write(level: Lvl, s: String): Unit

Attributes

Definition Classes

Inherited methods

final def error(s: => String): Unit

Attributes

Inherited from:
Logger
final def info(s: => String): Unit

Attributes

Inherited from:
Logger

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
final def severe(s: => String, xcptn: Throwable): Unit

Attributes

Inherited from:
Logger
final def severe(s: => String): Unit

Attributes

Inherited from:
Logger

Attributes

Inherited from:
Logger
final def warn(s: => String): Unit

Attributes

Inherited from:
Logger