Skip navigation links

JD Edwards EnterpriseOne Mobile Framework Java API Reference

Release 1.0.0

E58374-01


com.oracle.e1.jdemf
Class JDEmfLogger

java.lang.Object
  extended by com.oracle.e1.jdemf.JDEmfLogger


public abstract class JDEmfLogger
extends java.lang.Object

Allows the client to send log messages to the AIS server. Client requested log messages will then be logged in the AIS server log.


Field Summary
static int APP
           
static int DEBUG
           
static int SEVERE
           
static int WARN
           

 

Constructor Summary
JDEmfLogger()
           

 

Method Summary
static void log(java.lang.String message, int level)
          Sends a request to the AIS server to log a message in the AIS server log, no exception to log.
static void log(java.lang.String message, int level, java.lang.Exception exception)
          Sends a log request to the AIS server.

 

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

 

Field Detail

SEVERE

public static final int SEVERE
See Also:
Constant Field Values

WARN

public static final int WARN
See Also:
Constant Field Values

APP

public static final int APP
See Also:
Constant Field Values

DEBUG

public static final int DEBUG
See Also:
Constant Field Values

Constructor Detail

JDEmfLogger

public JDEmfLogger()

Method Detail

log

public static void log(java.lang.String message,
                       int level,
                       java.lang.Exception exception)
Sends a log request to the AIS server. The message will be logged in the AIS server log.
Parameters:
loginEnv -
message -
level -
exception -

log

public static void log(java.lang.String message,
                       int level)
Sends a request to the AIS server to log a message in the AIS server log, no exception to log.
Parameters:
loginEnv -
message -
level -

Skip navigation links

JD Edwards EnterpriseOne Mobile Framework Java API Reference

Release 1.0.0

E58374-01


Copyright © 2014 Oracle and/or its affiliates. All Rights Reserved.