|
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Log
| Field Summary | |
|---|---|
static int |
LOG_DEBUG
Deprecated Error level constant. |
static int |
LOG_DEPRECATED
Deprecated The deprecated state. |
static int |
LOG_ERROR
Deprecated Error level constant. |
static int |
LOG_FATAL
Deprecated Error level constant. |
static int |
LOG_INFO
Deprecated Error level constant. |
static int |
LOG_SECURITY
Deprecated Error level constant. |
static int |
LOG_WARNING
Deprecated 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
|
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||