Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager
11g (11.1.1)

E10689-01


oracle.wsm.common.logging
Class WsmLogFormatter

java.lang.Object
  extended by java.util.logging.Formatter
      extended by java.util.logging.SimpleFormatter
          extended by oracle.wsm.common.logging.WsmLogFormatter


public class WsmLogFormatter
extends SimpleFormatter

Constructor Summary
WsmLogFormatter()
           

 

Method Summary
static void configFormatter(Logger logger)
           
 String format(LogRecord record)
          Format the given LogRecord.

 

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

WsmLogFormatter

public WsmLogFormatter()

Method Detail

format

public String format(LogRecord record)
Format the given LogRecord.
Overrides:
format in class SimpleFormatter
Parameters:
record - the log record to be formatted.
Returns:
a formatted log record

configFormatter

public static void configFormatter(Logger logger)

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager
11g (11.1.1)

E10689-01


Copyright © 2007, 2009, Oracle and/or its affiliates. All rights reserved.