Package | Description |
---|---|
com.caucho.http.log | |
com.caucho.server.cluster | |
com.caucho.server.webapp |
Modifier and Type | Class and Description |
---|---|
class |
AccessLog
Represents an log of every top-level request to the server.
|
Modifier and Type | Method and Description |
---|---|
void |
ServletContainerConfig.setAccessLog(AccessLog accessLog)
Sets the access log.
|
void |
ServletService.setAccessLog(AccessLog log)
Sets the access log.
|
Modifier and Type | Method and Description |
---|---|
AccessLog |
WebApp.createAccessLog()
Sets the access log.
|