|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.2) E14255-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Deprecated Use the Weblogic logging mechanism
public interface Log
| Field Summary | |
|---|---|
static int |
LOG_DEBUGDeprecated Error level constant. |
static int |
LOG_DEPRECATEDDeprecated The deprecated state. |
static int |
LOG_ERRORDeprecated Error level constant. |
static int |
LOG_FATALDeprecated Error level constant. |
static int |
LOG_INFODeprecated Error level constant. |
static int |
LOG_SECURITYDeprecated Error level constant. |
static int |
LOG_WARNINGDeprecated Error level constant. |
| Method Summary | |
|---|---|
void |
debug(String aMsg)Deprecated Convenience method for debug level message (LOG_DEBUG). |
void |
deprecated(String aMsg)Deprecated Log a Deprecated message. |
int |
getMinimumLevel()Deprecated Use domain log filters |
boolean |
getShowDebug()Deprecated Get show debug. |
boolean |
getShowDeprecated()Deprecated Get show deprecated. |
void |
info(String aMsg)Deprecated Write to the logs, with extra information added. |
void |
info(String aMsg, Throwable anException)Deprecated Write to the logs, with extra information added. |
void |
log(int aLevel, String aMsg)Deprecated Write to the weblogic logs, with extra information added. |
void |
log(int aLevel, String appName, String aMsg)Deprecated Write to the logs, with extra information added. |
void |
log(int aLevel, String appName, String aMsg, Throwable anException)Deprecated Write to the logs, with extra information added. |
void |
log(int aLevel, String aMsg, Throwable anException)Deprecated Write to the weblogic logs, with extra information added. |
void |
setMinimumLevel(int aLevel)Deprecated Use domain log filters |
void |
setShowDebug(boolean aBool)Deprecated Set show debug. |
void |
setShowDeprecated(boolean aBool)Deprecated Set show deprecated. |
| Field Detail |
|---|
static final int LOG_DEBUG
static final int LOG_INFO
static final int LOG_WARNING
static final int LOG_ERROR
static final int LOG_FATAL
static final int LOG_SECURITY
static final int LOG_DEPRECATED
| Method Detail |
|---|
void debug(String aMsg)
aMsg -void info(String aMsg)
String - the message, if null it should be ignored.void deprecated(String aMsg)
aMsg -
void info(String aMsg,
Throwable anException)
String - the message, if null it should be ignored.anException -
void log(int aLevel,
String aMsg)
int - aLevel Possible error levels are: LOG_DEBUG LOG_INFO LOG_WARNING LOG_ERROR LOG_FATAL LOG_SECURITYString - the message, if null it should be ignored.
void log(int aLevel,
String aMsg,
Throwable anException)
int - aLevel Possible error levels are: LOG_DEBUG LOG_INFO LOG_WARNING LOG_ERROR LOG_FATAL LOG_SECURITYString - the message, if null it should be ignored.Throwable - the exception.
void log(int aLevel,
String appName,
String aMsg)
int - aLevel Possible error levels are: LOG_DEBUG LOG_INFO LOG_WARNING LOG_ERROR LOG_FATAL LOG_SECURITYappName - the name of the application logging the messageString - the message, if null it should be ignored.
void log(int aLevel,
String appName,
String aMsg,
Throwable anException)
int - aLevel Possible error levels are: LOG_DEBUG LOG_INFO LOG_WARNING LOG_ERROR LOG_FATAL LOG_SECURITYappName - the name of the application logging the messageString - the message, if null it should be ignored.Throwable - the exception.void setMinimumLevel(int aLevel)
aLevel - - this must conform to one of LOG_DEBUG LOG_INFO LOG_WARNING LOG_ERROR LOG_FATAL LOG_SECURITYint getMinimumLevel()
int - this must conform to one of LOG_DEBUG LOG_INFO LOG_WARNING LOG_ERROR LOG_FATAL LOG_SECURITYvoid setShowDeprecated(boolean aBool)
aBool -boolean getShowDeprecated()
booleanvoid setShowDebug(boolean aBool)
aBool -boolean getShowDebug()
boolean
|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.2) E14255-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright © 2010, Oracle. All rights reserved.