|
Oracle Application Server HTTPClient Java API Reference 10g Release 3 (10.1.3.1.0) B32117-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
HTTPClient.HttpClientLoggerFactory
This class is responsible for creating the appropriate logger for HTTPClient modules. This class was created to abstract the creation of the logger, since the Oracle standard of what the logger should be will probably change.
User: bnettlet Date: Aug 7, 2003 Time: 1:37:35 PM
Constructor Summary | |
HttpClientLoggerFactory() |
Method Summary | |
static java.util.logging.Logger |
getLogger() Returns the root logger to be used in HTTPClient. |
static java.util.logging.Logger |
getLogger(java.lang.String name) Determines the logger to be used in the HTTPClient named subsystem. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public HttpClientLoggerFactory()
Method Detail |
public static java.util.logging.Logger getLogger()
public static java.util.logging.Logger getLogger(java.lang.String name)
Determines the logger to be used in the HTTPClient named subsystem.
NOTE: The returned logger will be within the root logger, even if the given name is not within the root logger.
For example, if the root logger is "HTTPClient":
The name "foo" will return the logger named "HTTPClient.foo".
name
- Name for the logger
|
Oracle Application Server HTTPClient Java API Reference 10g Release 3 (10.1.3.1.0) B32117-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |