HttpLogger

wvlet.airframe.http.HttpLogger
See theHttpLogger companion object
trait HttpLogger extends AutoCloseable

Interface for writing HTTP request/response logs

Attributes

Companion
object
Graph
Supertypes
trait AutoCloseable
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

Concrete methods

final def write(log: Map[String, Any]): Unit

Inherited methods

def close(): Unit

Attributes

Inherited from:
AutoCloseable