|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.log.AbstractRolloverLog
com.caucho.server.log.AccessLogWriter
public class AccessLogWriter
Represents an log of every top-level request to the server.
| Field Summary | |
|---|---|
protected static L10N |
L
|
protected static java.util.logging.Logger |
log
|
| Fields inherited from class com.caucho.log.AbstractRolloverLog |
|---|
_path, _pathFormat |
| Method Summary | |
|---|---|
void |
destroy()
Closes the log, flushing the results. |
protected void |
flush()
Writes to the underlying log. |
void |
run()
|
protected void |
waitForFlush(long timeout)
|
| Methods inherited from class com.caucho.log.AbstractRolloverLog |
|---|
close, getArchiveFormat, getArchivePath, getFormatName, getNextRolloverCheckTime, getPath, getPath, getPathFormat, getPwd, getRolloverCheckPeriod, getRolloverPeriod, getRolloverSize, init, isRollover, rollover, rolloverLog, setArchiveFormat, setLastTime, setPath, setPathFormat, setRolloverCheckPeriod, setRolloverCount, setRolloverCron, setRolloverPeriod, setRolloverSize, write |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static final L10N L
protected static final java.util.logging.Logger log
| Method Detail |
|---|
protected void flush()
AbstractRolloverLog
flush in class AbstractRolloverLogprotected void waitForFlush(long timeout)
public void destroy()
throws java.io.IOException
java.io.IOExceptionpublic void run()
run in interface java.lang.Runnable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||