HttpAccessLogWriter

wvlet.airframe.http.HttpAccessLogWriter$
See theHttpAccessLogWriter companion trait

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

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

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

Attributes

Graph
Supertypes
trait AutoCloseable
class Object
trait Matchable
class Any

Write access logs to a file using a JSON format. This writer supports automatic log file rotation.

Write access logs to a file using a JSON format. This writer supports automatic log file rotation.

Attributes

Graph
Supertypes
trait AutoCloseable
class Object
trait Matchable
class Any

Value members

Concrete methods

Creates an in-memory log writer. This is only for testing purpose. Do not use it in production.

Creates an in-memory log writer. This is only for testing purpose. Do not use it in production.

Attributes

def logUnixTime: ListMap[String, Any]