Reporter

korolev.effect.Reporter
See theReporter companion object
trait Reporter

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

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

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