| 
© 2001 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
Error level constant.  | 
static int | 
LOG_DEPRECATED
The deprecated state.  | 
static int | 
LOG_ERROR
Error level constant.  | 
static int | 
LOG_FATAL
Error level constant.  | 
static int | 
LOG_INFO
Error level constant.  | 
static int | 
LOG_SECURITY
Error level constant.  | 
static int | 
LOG_WARNING
Error level constant.  | 
| Method Summary | |
 void | 
debug(java.lang.String aMsg)
Convenience method for debug level message (LOG_DEBUG).  | 
 void | 
deprecated(java.lang.String aMsg)
Log a Deprecated message.  | 
 int | 
getMinimumLevel()
Deprecated. Use domain log filters  | 
 boolean | 
getShowDebug()
Get show debug.  | 
 boolean | 
getShowDeprecated()
Get show deprecated.  | 
 void | 
info(java.lang.String aMsg)
Write to the logs, with extra information added.  | 
 void | 
info(java.lang.String aMsg,
     java.lang.Throwable anException)
Write to the logs, with extra information added.  | 
 void | 
log(int aLevel,
    java.lang.String aMsg)
Write to the weblogic logs, with extra information added.  | 
 void | 
log(int aLevel,
    java.lang.String appName,
    java.lang.String aMsg)
Write to the logs, with extra information added.  | 
 void | 
log(int aLevel,
    java.lang.String appName,
    java.lang.String aMsg,
    java.lang.Throwable anException)
Write to the logs, with extra information added.  | 
 void | 
log(int aLevel,
    java.lang.String aMsg,
    java.lang.Throwable anException)
Write to the weblogic logs, with extra information added.  | 
 void | 
setMinimumLevel(int aLevel)
Deprecated. Use domain log filters  | 
 void | 
setShowDebug(boolean aBool)
Set show debug.  | 
 void | 
setShowDeprecated(boolean aBool)
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()
booleanpublic void setShowDebug(boolean aBool)
aBool -  public boolean getShowDebug()
boolean
  | 
© 2001 BEA Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||