RPCLoggingFilter

wvlet.airframe.http.internal.RPCLoggingFilter
class RPCLoggingFilter(httpLogger: HttpLogger) extends RxHttpFilter, LogSupport

Report HTTP/RPC request/response logs to the given logger

Attributes

Graph
Supertypes
trait LogSupport
trait LazyLogger
trait LoggingMethods
trait Serializable
trait RxHttpFilter
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def apply(request: Request, next: RxHttpEndpoint): Rx[Response]

Apply a filter before sending the request to the endpoint, and handle its response before returning the client.

Apply a filter before sending the request to the endpoint, and handle its response before returning the client.

To implement your own filter, override this method.

Attributes

Definition Classes

Inherited methods

Bridge this filter to the endpoint.

Bridge this filter to the endpoint.

Attributes

Inherited from:
RxHttpFilter
def andThen(nextFilter: RxHttpFilter): RxHttpFilter

Chain to the next filter.

Chain to the next filter.

Attributes

Inherited from:
RxHttpFilter
inline protected def debug(inline message: Any, inline cause: Throwable): Unit

Attributes

Inherited from:
LoggingMethods
inline protected def debug(inline message: Any): Unit

Attributes

Inherited from:
LoggingMethods
inline protected def error(inline message: Any, inline cause: Throwable): Unit

Attributes

Inherited from:
LoggingMethods
inline protected def error(inline message: Any): Unit

Attributes

Inherited from:
LoggingMethods
inline protected def info(inline message: Any, inline cause: Throwable): Unit

Attributes

Inherited from:
LoggingMethods
inline protected def info(inline message: Any): Unit

Attributes

Inherited from:
LoggingMethods
inline protected def logAt(inline logLevel: LogLevel, inline message: Any): Unit

Attributes

Inherited from:
LoggingMethods
inline protected def trace(inline message: Any, inline cause: Throwable): Unit

Attributes

Inherited from:
LoggingMethods
inline protected def trace(inline message: Any): Unit

Attributes

Inherited from:
LoggingMethods
inline protected def warn(inline message: Any, inline cause: Throwable): Unit

Attributes

Inherited from:
LoggingMethods
inline protected def warn(inline message: Any): Unit

Attributes

Inherited from:
LoggingMethods