|
||||||||||
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 |
---|
_pathFormat |
Method Summary | |
---|---|
void |
close()
Closes the log, flushing the results. |
protected TempStreamApi |
createTempStream()
|
void |
destroy()
Closes the log, flushing the results. |
protected void |
flush()
Writes to the underlying log. |
void |
init()
Initialize the log. |
protected void |
waitForFlush(long timeout)
|
protected void |
wake()
|
Methods inherited from class com.caucho.log.AbstractRolloverLog |
---|
flushStream, getArchiveFormat, getArchivePath, getFormatName, getPath, getPath, getPathFormat, getPwd, getRolloverCheckPeriod, getRolloverPeriod, getRolloverSize, getTempStreamMax, isClosed, rollover, setArchiveFormat, setLastTime, setPath, setPathFormat, setRolloverCheckPeriod, setRolloverCount, setRolloverCron, setRolloverPeriod, setRolloverSize, setRolloverSizeBytes, toString, write |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected static final L10N L
protected static final java.util.logging.Logger log
Method Detail |
---|
public void init() throws java.io.IOException
AbstractRolloverLog
init
in class AbstractRolloverLog
java.io.IOException
protected void flush()
AbstractRolloverLog
flush
in class AbstractRolloverLog
protected void wake()
protected void waitForFlush(long timeout)
protected TempStreamApi createTempStream()
createTempStream
in class AbstractRolloverLog
public void close() throws java.io.IOException
AbstractRolloverLog
close
in interface java.io.Closeable
close
in class AbstractRolloverLog
java.io.IOException
public void destroy() throws java.io.IOException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |