|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.logging.Handler
com.caucho.log.AbstractLogHandler
com.caucho.log.StreamHandler
public class StreamHandler
Resin's rotating path-based log.
Constructor Summary | |
---|---|
StreamHandler()
|
|
StreamHandler(WriteStream os)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
Test for equality. |
int |
hashCode()
Returns the hash code. |
protected void |
processFlush()
|
protected void |
processPublish(java.util.logging.LogRecord record)
Publishes the record. |
void |
setFormatter(java.util.logging.Formatter formatter)
Sets the formatter. |
void |
setNullDelimited(boolean isNullDelimited)
|
void |
setTimestamp(java.lang.String timestamp)
Sets the timestamp. |
java.lang.String |
toString()
|
Methods inherited from class com.caucho.log.AbstractLogHandler |
---|
close, flush, getFilter, printMessage, publish, setFilter |
Methods inherited from class java.util.logging.Handler |
---|
getEncoding, getErrorManager, getFormatter, getLevel, isLoggable, reportError, setEncoding, setErrorManager, setLevel |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public StreamHandler()
public StreamHandler(WriteStream os)
Method Detail |
---|
public void setTimestamp(java.lang.String timestamp)
public void setFormatter(java.util.logging.Formatter formatter)
setFormatter
in class java.util.logging.Handler
public void setNullDelimited(boolean isNullDelimited)
protected void processPublish(java.util.logging.LogRecord record)
processPublish
in class AbstractLogHandler
protected void processFlush()
processFlush
in class AbstractLogHandler
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class AbstractLogHandler
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |