|
Oracle | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Use the Java internationalization APIs or, if
internationalization is not required, use
weblogic.logging.NonCatalogLogger
.
public interface LogServicesDef
The LogServicesDef interface defines application logging services for the WebLogic Server.
Method Summary | |
---|---|
void |
debug(String s)
Deprecated. Deprecated in WebLogic Server 6.1. |
void |
error(String s)
Deprecated. Deprecated in WebLogic Server 6.1. |
void |
error(String msg,
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(String msg,
Throwable th)
Deprecated. Deprecated in WebLogic Server 6.1. |
void |
error(Throwable th)
Deprecated. Throwables should be accompanied by a text explanation. Use error(String, Throwable) instead. |
void |
info(String msg)
Deprecated. Deprecated in WebLogic Server 6.1. |
void |
info(String msg,
Throwable th)
Deprecated. Deprecated in WebLogic Server 6.1. |
void |
log(String msg)
Deprecated. Use a more specific method such as info, error, or warning |
void |
log(String msg,
Throwable th)
Deprecated. Use a more specific method such as info, error, or warning |
void |
security(String s)
Deprecated. Only the security service should log security messages. |
void |
warning(String s)
Deprecated. Deprecated in WebLogic Server 6.1. |
Method Detail |
---|
void log(String msg) throws T3Exception
msg
- Message to be written to the log file
weblogic.common.T3Exception
- if the log message cannot
be written
T3Exception
void log(String msg, Throwable th) throws T3Exception
msg
- Message to be written to the log fileth
- Error that prompted this log message
weblogic.common.T3Exception
- if the message cannot be written
T3Exception
void info(String msg) throws T3Exception
msg
- Message to be written to the log file
weblogic.common.T3Exception
- if the message cannot be written
T3Exception
void info(String msg, Throwable th) throws T3Exception
msg
- Message to be written to the log fileth
- Error that prompted this log message
weblogic.common.T3Exception
- if the message cannot be written
T3Exception
void error(String msg, Throwable th) throws T3Exception
msg
- Message to be written to the log fileth
- Error that prompted this log message
weblogic.common.T3Exception
- if the message cannot be written
T3Exception
void error(Throwable th) throws T3Exception
th
- Throwable that prompted this log message
weblogic.common.T3Exception
- if the message cannot be written
T3Exception
void error(String s) throws T3Exception
s
- String message
weblogic.common.T3Exception
- if the message cannot be written
T3Exception
void error(String msg, String stackTrace) throws T3Exception
msg
- String messagestackTrace
- Stack trace
weblogic.common.T3Exception
- if the message cannot be written
T3Exception
void warning(String s) throws T3Exception
s
- String message
weblogic.common.T3Exception
- if the message cannot be written
T3Exception
void security(String s) throws T3Exception
s
- String message
weblogic.common.T3Exception
- if the message cannot be written
T3Exception
void debug(String s) throws T3Exception
s
- String message
weblogic.common.T3Exception
- if the message cannot be written
T3Exception
|
Documentation is available at http://download.oracle.com/docs/cd/E12839_01/web.1111 Copyright 1996,2009, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Part Number E13941-01 Oracle WebLogic Server 10.3.1 API Reference |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |