package

com.google.gwt.logging.impl

Interfaces

LevelImpl Interface for the implementation of Level. 
LoggerImpl Interface for the implementation of Logger. 

Classes

DevModeLoggingFixes This class is used by the byte code rewriting which happens in DevMode only. 
FormatterImpl Base class for Formatters - provides common functionality. 
LevelImplNull Null implementation for the Level class which ensures that calls to Level compile out when logging is disabled. 
LevelImplRegular Implementation for the Level class when logging is enabled. 
LoggerImplNull Null implementation for the Logger class which ensures that calls to Logger compile out when logging is disabled. 
LoggerImplRegular Implementation for the Logger class when logging is enabled. 
LoggerWithExposedConstructor Since the Impl classes are in a different package than the classes they implement, they cannot use the protected Logger constructor.