|
Copyright © 2008 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 See BEA Commerce product offering |
static int |
LOG_DEPRECATED
Deprecated See BEA Commerce product offering |
static int |
LOG_ERROR
Deprecated See BEA Commerce product offering |
static int |
LOG_FATAL
Deprecated See BEA Commerce product offering |
static int |
LOG_INFO
Deprecated See BEA Commerce product offering |
static int |
LOG_SECURITY
Deprecated See BEA Commerce product offering |
static int |
LOG_WARNING
Deprecated See BEA Commerce product offering |
| Method Summary | |
|---|---|
void |
debug(String aMsg)
Deprecated See BEA Commerce product offering |
void |
deprecated(String aMsg)
Deprecated See BEA Commerce product offering |
int |
getMinimumLevel()
Deprecated Use domain log filters |
boolean |
getShowDebug()
Deprecated See BEA Commerce product offering |
boolean |
getShowDeprecated()
Deprecated See BEA Commerce product offering |
void |
info(String aMsg)
Deprecated See BEA Commerce product offering |
void |
info(String aMsg,
Throwable anException)
Deprecated See BEA Commerce product offering |
void |
log(int aLevel,
String aMsg)
Deprecated See BEA Commerce product offering |
void |
log(int aLevel,
String appName,
String aMsg)
Deprecated See BEA Commerce product offering |
void |
log(int aLevel,
String appName,
String aMsg,
Throwable anException)
Deprecated See BEA Commerce product offering |
void |
log(int aLevel,
String aMsg,
Throwable anException)
Deprecated See BEA Commerce product offering |
void |
setMinimumLevel(int aLevel)
Deprecated Use domain log filters |
void |
setShowDebug(boolean aBool)
Deprecated See BEA Commerce product offering |
void |
setShowDeprecated(boolean aBool)
Deprecated See BEA Commerce product offering |
| 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 © 2008 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||