Skip navigation links
com.oracle.e1.jdemf
Class JDEmfLogger
java.lang.Object
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.
| 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 |
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
JDEmfLogger
public JDEmfLogger()
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
Copyright © 2014 Oracle and/or its affiliates. All Rights Reserved.