| 
BEA Systems, Inc. | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
                  Use the Java internationalization APIs or, if
                  internationalization is not required, use
                  weblogic.logging.NonCatalogLogger.
The LogServicesDef interface defines application logging services for the WebLogic Server.
| Method Summary | |
 void | 
debug(java.lang.String s)
Deprecated. Deprecated in WebLogic Server 6.1.  | 
 void | 
error(java.lang.String s)
Deprecated. Deprecated in WebLogic Server 6.1.  | 
 void | 
error(java.lang.String msg,
      java.lang.String stackTrace)
Deprecated. Throwables be left in their raw form rather than stringified so that loggers can manipulate them. Use error(String, Throwable) instead.  | 
 void | 
error(java.lang.String msg,
      java.lang.Throwable th)
Deprecated. Deprecated in WebLogic Server 6.1.  | 
 void | 
error(java.lang.Throwable th)
Deprecated. Throwables should be accompanied by a text explanation. Use error(String, Throwable) instead.  | 
 void | 
info(java.lang.String msg)
Deprecated. Deprecated in WebLogic Server 6.1.  | 
 void | 
info(java.lang.String msg,
     java.lang.Throwable th)
Deprecated. Deprecated in WebLogic Server 6.1.  | 
 void | 
log(java.lang.String msg)
Deprecated. Use a more specific method such as info, error, or warning  | 
 void | 
log(java.lang.String msg,
    java.lang.Throwable th)
Deprecated. Use a more specific method such as info, error, or warning  | 
 void | 
security(java.lang.String s)
Deprecated. Only the security service should log security messages.  | 
 void | 
warning(java.lang.String s)
Deprecated. Deprecated in WebLogic Server 6.1.  | 
| Method Detail | 
public void log(java.lang.String msg)
         throws T3Exception
msg - Message to be written to the log file
public void log(java.lang.String msg,
                java.lang.Throwable th)
         throws T3Exception
msg - Message to be written to the log fileth - Error that prompted this log message
public void info(java.lang.String msg)
          throws T3Exception
msg - Message to be written to the log file
public void info(java.lang.String msg,
                 java.lang.Throwable th)
          throws T3Exception
msg - Message to be written to the log fileth - Error that prompted this log message
public void error(java.lang.String msg,
                  java.lang.Throwable th)
           throws T3Exception
msg - Message to be written to the log fileth - Error that prompted this log message
public void error(java.lang.Throwable th)
           throws T3Exception
th - Throwable that prompted this log message
public void error(java.lang.String s)
           throws T3Exception
s - String message
public void error(java.lang.String msg,
                  java.lang.String stackTrace)
           throws T3Exception
msg - String messagestackTrace - Stack trace
public void warning(java.lang.String s)
             throws T3Exception
s - String message
public void security(java.lang.String s)
              throws T3Exception
s - String message
public void debug(java.lang.String s)
           throws T3Exception
s - String message
  | 
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs70  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||