|
Oracle Fusion Middleware Oracle WebLogic Server API Reference 11g Release 1 (10.3.5) Part Number E13941-05 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.logging.Handler
java.util.logging.StreamHandler
com.bea.logging.RotatingFileStreamHandler
weblogic.logging.FileStreamHandler
public final class FileStreamHandler
A simple handler which outputs text messages to a log file. This handler is used for both the server and the domain logging. Supports rotation of the log file based on settings in the LogFileMBean. In development mode the log file is rotated by default on server startup. The default policy for log rotation is size-based.
LogFileMBean
Constructor Summary | |
---|---|
FileStreamHandler(weblogic.management.configuration.LogFileMBean logConfig)
|
|
FileStreamHandler(weblogic.management.configuration.LogMBean config)
Deprecated. |
Method Summary |
---|
Methods inherited from class com.bea.logging.RotatingFileStreamHandler |
---|
publish |
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 |
Constructor Detail |
---|
public FileStreamHandler(weblogic.management.configuration.LogMBean config) throws IOException
config
- The LogMBean which specifies the file location and
rotation parameters for this handler.
IOException
- If the file could not be opened successfully.public FileStreamHandler(weblogic.management.configuration.LogFileMBean logConfig) throws IOException
IOException
|
Copyright 1996, 2011, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Oracle Fusion Middleware Oracle WebLogic Server API Reference 11g Release 1 (10.3.5) Part Number E13941-05 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |