|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.jdeveloper.audit.service.AuditLogger
public class AuditLogger
A convenience facade for the Audit Logger.
| Constructor Summary | |
|---|---|
AuditLogger() |
|
| Method Summary | |
|---|---|
static void |
error(java.lang.String message, java.lang.Object... arguments)Log an error to the Audit Logger. |
static void |
error(java.lang.String message, java.lang.Throwable exception, java.lang.Object... arguments)Log an exception to the Audit Logger. |
static java.util.logging.Logger |
getLogger()Gets the Audit Logger. |
static void |
informational(java.lang.String message, java.lang.Object... arguments)Log an error to the Audit Logger. |
static void |
log(java.util.logging.Level level, java.lang.String message, java.lang.Object... arguments)Log a message to the Audit Logger. |
static void |
warning(java.lang.String message, java.lang.Object... arguments)Log a warning to the Audit Logger. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AuditLogger()
| Method Detail |
|---|
public static java.util.logging.Logger getLogger()
Logger.
public static void error(java.lang.String message,
java.lang.Object... arguments)
Logger. If arguments are specified and the last argument is an exception, that exception will be assumed to be the cause of the error.message - The message text (see MessageFormat).arguments - Arguments to be included in the message, if any.
public static void error(java.lang.String message,
java.lang.Throwable exception,
java.lang.Object... arguments)
Logger.message - The message text (see MessageFormat).exception - The exception to be logged.arguments - Arguments to be included in the message, if any.
public static void warning(java.lang.String message,
java.lang.Object... arguments)
Logger.message - The message text (see MessageFormat).arguments - Arguments to be included in the message, if any.
public static void informational(java.lang.String message,
java.lang.Object... arguments)
Logger.message - The message text (see MessageFormat).arguments - Arguments to be included in the message, if any.
public static void log(java.util.logging.Level level,
java.lang.String message,
java.lang.Object... arguments)
Logger.level - The message level.message - The message text (see MessageFormat).arguments - Arguments to be included in the message, if any.
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||