|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.istack.logging.Logger
com.sun.xml.ws.policy.privateutil.PolicyLogger
public final class PolicyLogger
This is a helper class that provides some conveniece methods wrapped around the
standard Logger interface.
| Method Summary | |
|---|---|
static PolicyLogger |
getLogger(Class<?> componentClass)
The factory method returns preconfigured PolicyLogger wrapper for the class. |
| Methods inherited from class com.sun.istack.logging.Logger |
|---|
config, config, config, entering, entering, exiting, exiting, fine, fine, finer, finer, finer, finest, finest, finest, getLogger, info, info, info, isLoggable, isMethodCallLoggable, log, log, log, log, logException, logException, logException, logSevereException, logSevereException, logSevereException, setLevel, severe, severe, severe, warning, warning, warning |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static PolicyLogger getLogger(Class<?> componentClass)
componentClass - class of the component that will use the logger instance. Must not be null.
NullPointerException - if the componentClass parameter is null.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||