UseLogger

fm.common.Service$.UseLogger
See theUseLogger companion object
final case class UseLogger(logger: Logger) extends LoggingOption

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def calling(msg: String): Unit
def done(msg: String, totalTimeMillis: Long): Unit
def exception(ex: Throwable): Unit
def retrying(msg: String): Unit

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product