com.mchange.sysadmin.nginx.AccessLogEntry
See theAccessLogEntry companion object
case class AccessLogEntry(remoteAddress: String, remoteUser: Option[String], timeLocal: Instant, request: String, httpCode: Int, bytesReturned: Long, referrer: Option[String], userAgent: String)
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article