|
Oracle | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweblogic.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.
|
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 |