Uses of Class
com.sun.istack.logging.Logger

Packages that use Logger
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
static Logger Logger.getLogger(Class<?> componentClass)
           The factory method returns preconfigured Logger wrapper for the class.
static Logger Logger.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
protected abstract  Logger AbstractTaskManager.getLogger()
           
protected  Logger DelayedTaskManager.getLogger()
           
protected  Logger ScheduledTaskManager.getLogger()
           
 

Uses of Logger in com.sun.xml.ws.policy.privateutil
 

Subclasses of Logger in com.sun.xml.ws.policy.privateutil
 class PolicyLogger
          This is a helper class that provides some conveniece methods wrapped around the standard Logger interface.
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.