InMemoryHttpLogger

wvlet.airframe.http.HttpLogger$.InMemoryHttpLogger
class InMemoryHttpLogger(val config: HttpLoggerConfig) extends HttpLogger

In-memory log writer for testing purpose. Not for production use.

Attributes

Graph
Supertypes
trait HttpLogger
trait AutoCloseable
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def clear(): Unit
override def close(): Unit

Attributes

Definition Classes
AutoCloseable
def getLogs: Seq[Map[String, Any]]

Inherited methods

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

Attributes

Inherited from:
HttpLogger

Concrete fields