LoggerMessage

case class LoggerMessage(level: Level, message: Eval[String], context: Map[String, String], exception: Option[Throwable], position: Position, threadName: String, timestamp: Long)

Final log message that contains all the possible information to render

Final log message that contains all the possible information to render

Value Params
context

some MDC

exception

exception if exists

level

log level of the message

message

string message

position

origin of log

threadName

current thread name

timestamp

Epoch time in milliseconds at the moment of log

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product