harness.archive.model.log

Members list

Type members

Classlikes

final case class Log(id: UUID, appId: UUID, logLevel: Option[LogLevel], message: String, context: Map[String, String], dateTime: OffsetDateTime, epochMS: Long, keepUntilEpochMS: Long)

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Log.type
final case class Upload(appName: String, logLevel: Option[LogLevel], message: String, context: Map[String, String], dateTime: OffsetDateTime)

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Upload.type