SysLogger

com.reactific.riddl.utils.SysLogger
case class SysLogger(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 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