LoggingContext

com.emarsys.logger.LoggingContext
See theLoggingContext companion object
case class LoggingContext(transactionId: String, logData: LoggableObject)

Attributes

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

Members list

Value members

Concrete methods

def <>[T : LoggableEncoder](param: (String, T)): LoggingContext
def addParameter[T : LoggableEncoder](param: (String, T)): LoggingContext

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product