Slf4jReporter

korolev.slf4j.Slf4jReporter$
object Slf4jReporter extends Reporter

Attributes

Graph
Supertypes
trait Reporter
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete 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

Inherited implicits

implicit val Implicit: Reporter

Attributes

Inherited from:
Reporter