|
Oracle Fusion Middleware Oracle WebLogic Server API Reference 11g Release 1 (10.3.6) Part Number E13941-06 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object weblogic.logging.LoggingHelper
public final class LoggingHelper
This class provides utility methods to use the WebLogic Logging. Provides access to the JDK 1.4 Logger that WebLogic Logging uses.
Constructor Summary | |
---|---|
LoggingHelper()
|
Method Summary | |
---|---|
static Logger |
getClientLogger()
Gets the Logger object used for client side logging. |
static Logger |
getDomainLogger()
Gets the logger used for logging to the domain level log. |
static Logger |
getServerLogger()
Gets the Logger object used for server side logging. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LoggingHelper()
Method Detail |
---|
public static Logger getServerLogger()
public static Logger getClientLogger()
public static Logger getDomainLogger() throws LoggerNotAvailableException
null
if this method is called on a managed server process.
LoggerNotAvailableException
- When this method is
invoked in a process that is not running the admin server.
|
Copyright 1996, 2011, 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 API Reference 11g Release 1 (10.3.6) Part Number E13941-06 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |