StructuredLogFormatterL

spilne.tapir.server.log.StructuredLogFormatterL

Attributes

Source
ServerLogFormatter.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

Attributes

Source
ServerLogFormatter.scala

Concrete methods

override def formatDecodeFailureHandled(ctx: DecodeFailureContext, resp: ServerResponse[_], token: Long): StructuredLogRecord

Attributes

Definition Classes
Source
ServerLogFormatter.scala
override def formatDecodeFailureNotHandled(ctx: DecodeFailureContext, token: Long): StructuredLogRecord

Attributes

Definition Classes
Source
ServerLogFormatter.scala
protected def formatEndpoint(endpoint: AnyEndpoint): String

Attributes

Source
ServerLogFormatter.scala
override def formatException(ctx: ExceptionContext[_, _], e: Throwable, token: Long): StructuredLogRecord

Attributes

Definition Classes
Source
ServerLogFormatter.scala
protected def formatRequest(req: ServerRequest): String

Attributes

Source
ServerLogFormatter.scala
override def formatRequestHandled[F[_]](ctx: DecodeSuccessContext[F, _, _, _], resp: ServerResponse[_], token: Long): StructuredLogRecord

Attributes

Definition Classes
Source
ServerLogFormatter.scala
protected def formatResponse(resp: ServerResponse[_]): String

Attributes

Source
ServerLogFormatter.scala
override def formatSecurityFailureHandled[F[_]](ctx: SecurityFailureContext[F, _], resp: ServerResponse[_], token: Long): StructuredLogRecord

Attributes

Definition Classes
Source
ServerLogFormatter.scala
override def formatWhenReceived(req: ServerRequest): StructuredLogRecord

Attributes

Definition Classes
Source
ServerLogFormatter.scala