com.google.gwt.logging.impl
Class LoggerWithExposedConstructor

java.lang.Object
  extended by java.util.logging.Logger
      extended by com.google.gwt.logging.impl.LoggerWithExposedConstructor

public class LoggerWithExposedConstructor
extends java.util.logging.Logger

Since the Impl classes are in a different package than the classes they implement, they cannot use the protected Logger constructor. This subclass of Logger, which just explses the constructor, gets around that, and it's protected constructor is only available in the impl package, so clients cannot use it.


Field Summary
 
Fields inherited from class java.util.logging.Logger
global, GLOBAL_LOGGER_NAME
 
Method Summary
 
Methods inherited from class java.util.logging.Logger
addHandler, config, entering, entering, entering, exiting, exiting, fine, finer, finest, getAnonymousLogger, getAnonymousLogger, getFilter, getHandlers, getLevel, getLogger, getLogger, getName, getParent, getResourceBundle, getResourceBundleName, getUseParentHandlers, info, isLoggable, log, log, log, log, log, logp, logp, logp, logp, logrb, logrb, logrb, logrb, removeHandler, setFilter, setLevel, setParent, setUseParentHandlers, severe, throwing, warning
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait