Skip navigation links

Oracle Application Server HTTPClient Java API Reference
10g Release 3 (10.1.3.1.0)

B32117-01


HTTPClient
Class HttpClientLoggerFactory

java.lang.Object
  extended byHTTPClient.HttpClientLoggerFactory


public class HttpClientLoggerFactory
extends java.lang.Object

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

HttpClientLoggerFactory

public HttpClientLoggerFactory()

Method Detail

getLogger

public static java.util.logging.Logger getLogger()
Returns the root logger to be used in HTTPClient.
Returns:
The 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".

Parameters:
name - Name for the logger
Returns:
The logger

Skip navigation links

Oracle Application Server HTTPClient Java API Reference
10g Release 3 (10.1.3.1.0)

B32117-01


Copyright © 2004, 2006, Oracle. All rights reserved.