Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.2.0)

E17493-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)

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.2.0)

E17493-03


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