LoggingHelper

com.elixirtech.repclient.LoggingHelper
See theLoggingHelper companion object

Attributes

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

Members list

Value members

Concrete methods

def debug(message: => AnyRef): Unit
def error(message: => AnyRef): Unit
def error(message: => AnyRef, t: Throwable): Unit
def info(message: => AnyRef): Unit
def warn(message: => AnyRef): Unit

Concrete fields

lazy val log: Logger