RequestIdLogbackAccessRequestLayout

class RequestIdLogbackAccessRequestLayout(context: LoggerContext, timeZone: TimeZone) : LogbackAccessRequestLayout

LogbackAccessRequestLayout that also includes the request Id read from the response headers, and timestamp in the same layout we use for the regular application log.

Constructors

Link copied to clipboard
fun RequestIdLogbackAccessRequestLayout(context: LoggerContext, timeZone: TimeZone)

Functions

Link copied to clipboard
open override fun addError(p0: String)
open override fun addError(p0: String, p1: Throwable)
Link copied to clipboard
open override fun addInfo(p0: String)
open override fun addInfo(p0: String, p1: Throwable)
Link copied to clipboard
open override fun addStatus(p0: Status)
Link copied to clipboard
open override fun addWarn(p0: String)
open override fun addWarn(p0: String, p1: Throwable)
Link copied to clipboard
open override fun doLayout(p0: IAccessEvent): String
Link copied to clipboard
open override fun getContentType(): String
Link copied to clipboard
open override fun getContext(): Context
Link copied to clipboard
Link copied to clipboard
open fun getStatusManager(): StatusManager
Link copied to clipboard
Link copied to clipboard
open override fun isStarted(): Boolean
Link copied to clipboard
open override fun setContext(p0: Context)
Link copied to clipboard
Link copied to clipboard
open fun setPostCompileProcessor(p0: PostCompileProcessor<IAccessEvent>)
Link copied to clipboard
open override fun start()
Link copied to clipboard
open override fun stop()
Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard