| java.lang.Object com.caucho.server.log.AbstractAccessLog
All known Subclasses: com.caucho.server.log.AccessLog,
AbstractAccessLog | abstract public class AbstractAccessLog (Code) | | Represents an log of every top-level request to the server.
|
_path | protected Path _path(Code) | | |
AbstractAccessLog | protected AbstractAccessLog()(Code) | | |
flush | public void flush()(Code) | | Flushes the log.
|
getPath | public Path getPath()(Code) | | Returns the access-log's path.
|
getPathFormat | public String getPathFormat()(Code) | | Returns the formatted path
|
setId | public void setId(Path path)(Code) | | Sets the access-log's path (backwards compatibility).
|
setPath | public void setPath(Path path)(Code) | | Sets the access-log's path.
|
setPathFormat | public void setPathFormat(String pathFormat) throws ConfigException(Code) | | Sets the formatted path.
|
|
|