|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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(java.lang.String aMsg)
Deprecated. Convenience method for debug level message (LOG_DEBUG). |
void |
deprecated(java.lang.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(java.lang.String aMsg)
Deprecated. Write to the logs, with extra information added. |
void |
info(java.lang.String aMsg,
java.lang.Throwable anException)
Deprecated. Write to the logs, with extra information added. |
void |
log(int aLevel,
java.lang.String aMsg)
Deprecated. Write to the weblogic logs, with extra information added. |
void |
log(int aLevel,
java.lang.String appName,
java.lang.String aMsg)
Deprecated. Write to the logs, with extra information added. |
void |
log(int aLevel,
java.lang.String appName,
java.lang.String aMsg,
java.lang.Throwable anException)
Deprecated. Write to the logs, with extra information added. |
void |
log(int aLevel,
java.lang.String aMsg,
java.lang.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 |
public static final int LOG_DEBUG
public static final int LOG_INFO
public static final int LOG_WARNING
public static final int LOG_ERROR
public static final int LOG_FATAL
public static final int LOG_SECURITY
public static final int LOG_DEPRECATED
Method Detail |
public void debug(java.lang.String aMsg)
aMsg
- public void info(java.lang.String aMsg)
String
- the message, if null it should be ignored.public void deprecated(java.lang.String aMsg)
aMsg
- public void info(java.lang.String aMsg, java.lang.Throwable anException)
String
- the message, if null it should be ignored.anException
- public void log(int aLevel, java.lang.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.public void log(int aLevel, java.lang.String aMsg, java.lang.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.public void log(int aLevel, java.lang.String appName, java.lang.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.public void log(int aLevel, java.lang.String appName, java.lang.String aMsg, java.lang.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.public void setMinimumLevel(int aLevel)
aLevel
- - this must conform to one of
LOG_DEBUG
LOG_INFO
LOG_WARNING
LOG_ERROR
LOG_FATAL
LOG_SECURITYpublic int getMinimumLevel()
int
- this must conform to one of
LOG_DEBUG
LOG_INFO
LOG_WARNING
LOG_ERROR
LOG_FATAL
LOG_SECURITYpublic void setShowDeprecated(boolean aBool)
aBool
- public boolean getShowDeprecated()
boolean
public void setShowDebug(boolean aBool)
aBool
- public boolean getShowDebug()
boolean
|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |