Uses of Class
com.sun.istack.logging.Logger
-
Packages that use Logger Package Description com.sun.istack.logging com.sun.xml.ws.commons com.sun.xml.ws.policy.privateutil This package contains utility classes that are not part of the public Policy API. -
-
Uses of Logger in com.sun.istack.logging
Methods in com.sun.istack.logging that return Logger Modifier and Type Method Description static LoggerLogger. getLogger(Class<?> componentClass)The factory method returns preconfigured Logger wrapper for the class.static LoggerLogger. getLogger(String customLoggerName, Class<?> componentClass)The factory method returns preconfigured Logger wrapper for the class. -
Uses of Logger in com.sun.xml.ws.commons
Methods in com.sun.xml.ws.commons that return Logger Modifier and Type Method Description protected abstract LoggerAbstractTaskManager. getLogger()protected LoggerDelayedTaskManager. getLogger()protected LoggerScheduledTaskManager. getLogger() -
Uses of Logger in com.sun.xml.ws.policy.privateutil
Subclasses of Logger in com.sun.xml.ws.policy.privateutil Modifier and Type Class Description classPolicyLoggerThis is a helper class that provides some convenience methods wrapped around the standardLoggerinterface.
-