Skip navigation links

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

B32117-01


HTTPClient
Class HttpClientSimpleFormatter

java.lang.Object
  extended byjava.util.logging.Formatter
      extended byjava.util.logging.SimpleFormatter
          extended byHTTPClient.HttpClientSimpleFormatter


public class HttpClientSimpleFormatter
extends java.util.logging.SimpleFormatter

Created by IntelliJ IDEA. User: bnettlet Date: Aug 11, 2003 Time: 3:24:23 PM To change this template use Options | File Templates.


Constructor Summary
HttpClientSimpleFormatter()
           

 

Method Summary
 java.lang.String format(java.util.logging.LogRecord record)
          Takes the super class implementation of format, and pre-pends the Thread ID.

 

Methods inherited from class java.util.logging.Formatter
formatMessage, getHead, getTail

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

HttpClientSimpleFormatter

public HttpClientSimpleFormatter()

Method Detail

format

public java.lang.String format(java.util.logging.LogRecord record)
Takes the super class implementation of format, and pre-pends the Thread ID. This is useful in multithreaded applications. There will probably be an Oracle Standard formatter, but HTTPClient can't add dependencies. This formatter is intended for Standalone (outside of OC4J) use ONLY.
Parameters:
record - the log record
Returns:
the formatted log string

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.