Logger

com.ossuminc.riddl.utils.Logger
trait Logger

Attributes

Source
Logging.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

protected def write(level: Lvl, s: String): Unit

Attributes

Source
Logging.scala

Concrete methods

protected def count(level: Lvl): Unit

Attributes

Source
Logging.scala
final def error(s: => String): Unit

Attributes

Source
Logging.scala
protected def highlight(level: Lvl, s: String): String

Attributes

Source
Logging.scala
final def info(s: => String): Unit

Attributes

Source
Logging.scala
final def missing(s: => String): Unit

Attributes

Source
Logging.scala
final def severe(s: => String): Unit

Attributes

Source
Logging.scala
final def severe(s: => String, xcptn: Throwable): Unit

Attributes

Source
Logging.scala
final def style(s: => String): Unit

Attributes

Source
Logging.scala

Attributes

Source
Logging.scala
final def usage(s: => String): Unit

Attributes

Source
Logging.scala
final def warn(s: => String): Unit

Attributes

Source
Logging.scala
protected def withHighlighting: Boolean

Attributes

Source
Logging.scala