Reporter

trait Reporter

Korolev INTERNAL reporting subsystem. Do not use it in application code.

Companion:
object
class Object
trait Matchable
class Any
object PrintReporter.type

Value members

Abstract methods

def debug(message: String): Unit
def debug(message: String, arg1: Any): Unit
def debug(message: String, arg1: Any, arg2: Any): Unit
def debug(message: String, arg1: Any, arg2: Any, arg3: Any): Unit
def error(message: String, cause: Throwable): Unit
def error(message: String): Unit
def info(message: String): Unit
def warning(message: String, cause: Throwable): Unit
def warning(message: String): Unit

Implicits

Implicits

implicit val Implicit: Reporter