CallBackLogger

com.ossuminc.riddl.utils.CallBackLogger
case class CallBackLogger(callback: (Lvl, String) => Unit) extends Logger

Attributes

Source
Logging.scala
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
Source
Logging.scala

Inherited methods

protected def count(level: Lvl): Unit

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
Logger
Source
Logging.scala

Attributes

Inherited from:
Product

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
Logger
Source
Logging.scala

Attributes

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

Attributes

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

Attributes

Inherited from:
Logger
Source
Logging.scala
protected def withHighlighting: Boolean

Attributes

Inherited from:
Logger
Source
Logging.scala