|
Oracle Fusion Middleware Oracle WebLogic Server 10.3.1 API Reference 11g Release 1 (10.3.1) Part Number E13941-02 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweblogic.i18n.logging.NonCatalogLogger
public class NonCatalogLogger
Constructor Summary | |
---|---|
NonCatalogLogger(String name)
|
Method Summary | |
---|---|
void |
alert(String msg)
Log an Alert message |
void |
alert(String msg,
Throwable t)
Log an Alert message with a Throwable |
void |
critical(String msg)
Log a Critical message |
void |
critical(String msg,
Throwable t)
Log a Critical message with a Throwable |
void |
debug(String msg)
Log a debug message. |
void |
debug(String msg,
Throwable t)
Log a Debug message with a Throwable |
void |
emergency(String msg)
Log an Emergency message |
void |
emergency(String msg,
Throwable t)
Log an Emergency message with a Throwable |
void |
error(String msg)
Log a message with severity 'Error' |
void |
error(String msg,
Throwable th)
Log an Error message with a Throwable |
void |
info(String msg)
Log an informational message. |
void |
info(String msg,
Throwable t)
Log an Info message with a Throwable |
void |
notice(String msg)
Log a Notice message |
void |
notice(String msg,
Throwable t)
Log a Notice message with a Throwable |
void |
trace(String msg)
Log a Trace message |
void |
trace(String msg,
Throwable t)
Log a Trace message with a Throwable |
void |
warning(String msg)
Log a message with severity 'Warning' |
void |
warning(String msg,
Throwable t)
Log a Warning message with a Throwable |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NonCatalogLogger(String name)
Method Detail |
---|
public void error(String msg)
public void error(String msg, Throwable th)
msg
- th
- public void warning(String msg)
public void warning(String msg, Throwable t)
msg
- th
- public void info(String msg)
public void info(String msg, Throwable t)
msg
- th
- public void debug(String msg)
public void debug(String msg, Throwable t)
msg
- th
- public void alert(String msg)
msg
- th
- public void alert(String msg, Throwable t)
msg
- th
- public void critical(String msg)
msg
- th
- public void critical(String msg, Throwable t)
msg
- th
- public void emergency(String msg)
msg
- th
- public void emergency(String msg, Throwable t)
msg
- th
- public void notice(String msg)
msg
- th
- public void notice(String msg, Throwable t)
msg
- th
- public void trace(String msg)
msg
- th
- public void trace(String msg, Throwable t)
msg
- th
-
|
Documentation is available at http://download.oracle.com/docs/cd/E12839_01/web.1111/wls.htm 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. Oracle Fusion Middleware Oracle WebLogic Server 10.3.1 API Reference 11g Release 1 (10.3.1) Part Number E13941-02 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |