Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

oracle.apps.fnd.applcore.dt.common.dtlayout.utils
Class LoggingUtils

java.lang.Object
  extended by oracle.apps.fnd.applcore.dt.common.dtlayout.utils.LoggingUtils

public class LoggingUtils
extends java.lang.Object

Utilities for logging messages to the JDeveloper console.

Since:
release specific (what release of product did this appear in)
Version:
$Header: atgpf/applcore/applications/DesignTime/DT/src/oracle/apps/fnd/applcore/dt/common/dtlayout/utils/LoggingUtils.java /st_atgpf_pt-11.1.1.7.0/1 2013/01/20 20:15:04 mluetchf Exp $
mluetchf

Method Summary
static void logMessageToLogWindow(java.lang.String message, boolean errorStream)
          Log a message to the JDeveloper log window.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

logMessageToLogWindow

public static void logMessageToLogWindow(java.lang.String message,
                                         boolean errorStream)
Log a message to the JDeveloper log window.

Parameters:
message - message to log.
errorStream - true if it is an error and should be shown in red.

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

Copyright © 2013 Oracle. All Rights Reserved.