TofuLoggableOps

tofu.syntax.loggable.TofuLoggableOps
final implicit class TofuLoggableOps[A](a: A) extends AnyVal

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Value members

Concrete methods

def fields[I, V, R, S](i: I)(implicit L: Loggable[A], r: LogRenderer[I, V, R, S]): R
def logShow(implicit L: Loggable[A]): String

display value in log message

display value in log message

Attributes

def logVia(addParam: (String, Any) => Unit)(implicit L: Loggable[A]): Unit
def loggedValue(implicit L: Loggable[A]): LoggedValue
def putField[I, V, R, S](name: String, i: I)(implicit L: Loggable[A], r: LogRenderer[I, V, R, S]): R

put single logging field value in the field with supplied name

put single logging field value in the field with supplied name

Attributes

def putValue[I, V, R, S](v: V)(implicit L: Loggable[A], r: LogRenderer[I, V, R, S]): S

put single logging field value

put single logging field value

Attributes