final case class AuditContext(action: AuditAction, category: AuditCategory) extends Product with Serializable
- Source
- Auditable.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AuditContext
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new AuditContext(action: AuditAction, category: AuditCategory)
Value Members
- val action: AuditAction
- val category: AuditCategory
- def stringify: String