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

Packages that use Logger
com.sun.istack.logging   
 

Uses of Logger in com.sun.istack.logging
 

Methods in com.sun.istack.logging that return Logger
static Logger Logger.getLogger(java.lang.Class<?> componentClass)
           The factory method returns preconfigured Logger wrapper for the class.
static Logger Logger.getLogger(java.lang.String customLoggerName, java.lang.Class<?> componentClass)
          The factory method returns preconfigured Logger wrapper for the class.
 



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