JSONHttpAccessLogWriter

wvlet.airframe.http.HttpAccessLogWriter$.JSONHttpAccessLogWriter

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

Members list

Concise view

Type members

Classlikes

object JSONLogFormatter extends LogFormatter

Attributes

Graph
Supertypes
trait LogFormatter
class Formatter
class Object
trait Matchable
class Any
Self type

Value members

Concrete methods

override def close(): Unit

Attributes

Definition Classes
AutoCloseable
override def write(log: Map[String, Any]): Unit

Attributes

Definition Classes