|
BEA Systems, Inc. | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.util.logging.Handler
java.util.logging.StreamHandler
com.bea.logging.RotatingFileStreamHandler
public class RotatingFileStreamHandler
| Field Summary | |
|---|---|
protected RotatingFileOutputStream |
rotatingStream
Deprecated. |
| Constructor Summary | |
|---|---|
RotatingFileStreamHandler()
Deprecated. |
|
RotatingFileStreamHandler(LogFileConfigBean logFileConfig)
Deprecated. |
|
| Method Summary | |
|---|---|
void |
forceRotation()
Deprecated. Forcibly causes the log file to be rotated. |
long |
getLastTimerStartTime()
Deprecated. |
void |
initialize(LogFileConfigBean logFileConfig)
Deprecated. |
void |
initialize(LogFileConfigBean logFileConfig,
boolean reinitialize)
Deprecated. |
void |
publish(LogRecord rec)
Deprecated. Outputs the log record to the log file. |
void |
setSeverity(String severity)
Deprecated. |
| Methods inherited from class java.util.logging.StreamHandler |
|---|
close, flush, isLoggable, setEncoding, setOutputStream |
| Methods inherited from class java.util.logging.Handler |
|---|
getEncoding, getErrorManager, getFilter, getFormatter, getLevel, reportError, setErrorManager, setFilter, setFormatter, setLevel |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected RotatingFileOutputStream rotatingStream
| Constructor Detail |
|---|
public RotatingFileStreamHandler()
throws IOException
IOException
public RotatingFileStreamHandler(LogFileConfigBean logFileConfig)
throws IOException
IOException| Method Detail |
|---|
public void publish(LogRecord rec)
publish in class StreamHandlerrec -
public void forceRotation()
throws IOException
IOExceptionpublic void setSeverity(String severity)
public long getLastTimerStartTime()
public void initialize(LogFileConfigBean logFileConfig)
throws IOException
IOException
public void initialize(LogFileConfigBean logFileConfig,
boolean reinitialize)
throws IOException
IOException
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs100 Copyright 2006 BEA Systems Inc. |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||