public class

LoggerWithExposedConstructor

extends Logger
java.lang.Object
   ↳ java.util.logging.Logger
     ↳ com.google.gwt.logging.impl.LoggerWithExposedConstructor

Class Overview

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.

Summary

[Expand]
Inherited Constants
From class java.util.logging.Logger
[Expand]
Inherited Fields
From class java.util.logging.Logger
Protected Constructors
LoggerWithExposedConstructor(String name)
[Expand]
Inherited Methods
From class java.util.logging.Logger
From class java.lang.Object

Protected Constructors

protected LoggerWithExposedConstructor (String name)