DefaultHttpAuditEvent

uk.gov.hmrc.play.bootstrap.config.DefaultHttpAuditEvent
class DefaultHttpAuditEvent(@Named("appName") val appName: String) extends HttpAuditEvent

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Type members

Inherited classlikes

protected object auditDetailKeys

Attributes

Inherited from:
HttpAuditEvent
Supertypes
class Object
trait Matchable
class Any
protected object headers

Attributes

Inherited from:
HttpAuditEvent
Supertypes
class Object
trait Matchable
class Any

Value members

Inherited methods

def dataEvent(eventType: String, transactionName: String, request: RequestHeader, detail: Map[String, String], truncationLog: TruncationLog)(implicit hc: HeaderCarrier): DataEvent

Attributes

Inherited from:
HttpAuditEvent
def extendedEvent(eventType: String, transactionName: String, request: RequestHeader, detail: JsObject, truncationLog: TruncationLog, redactionLog: RedactionLog)(implicit hc: HeaderCarrier): ExtendedDataEvent

Attributes

Inherited from:
HttpAuditEvent

Concrete fields

val appName: String