LogLine

final case class LogLine(timestamp: LocalDateTime, thread: Thread, level: LogLevel, message: String, tags: List[String], error: Option[Throwable], sourceLocation: Option[SourcePos])
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

Inherited from:
Product