Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-03

oracle.javatools.logging
Class LogUtils

java.lang.Object
  extended by oracle.javatools.logging.LogUtils

public class LogUtils
extends java.lang.Object


Constructor Summary
protected LogUtils()
          Protected for now to allow for deprecated subclass.
 
Method Summary
static void log(java.util.logging.Logger logger, java.util.logging.Level level, java.lang.String message, java.lang.Object[] parameters, java.lang.Throwable throwable)
           
static void log(java.util.logging.Logger logger, java.util.logging.Level level, java.lang.String message, java.lang.Object parameter, java.lang.Throwable throwable)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogUtils

protected LogUtils()
Protected for now to allow for deprecated subclass.

Method Detail

log

public static void log(java.util.logging.Logger logger,
                       java.util.logging.Level level,
                       java.lang.String message,
                       java.lang.Object parameter,
                       java.lang.Throwable throwable)

log

public static void log(java.util.logging.Logger logger,
                       java.util.logging.Level level,
                       java.lang.String message,
                       java.lang.Object[] parameters,
                       java.lang.Throwable throwable)

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-03

Copyright © 1997, 2009, Oracle. All rights reserved.