Logger

com.reactific.riddl.utils.Logger
See theLogger companion object
trait Logger

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Concrete methods

final def error(s: => String): Unit
final def info(s: => String): Unit
final def severe(s: => String): Unit
final def severe(s: => String, xcptn: Throwable): Unit
final def warn(s: => String): Unit