Package com.google.gwt.logging.client
Interface DefaultLevel
- All Known Implementing Classes:
DefaultLevel.All,DefaultLevel.Config,DefaultLevel.Fine,DefaultLevel.Finer,DefaultLevel.Finest,DefaultLevel.Info,DefaultLevel.Severe,DefaultLevel.Warning
public interface DefaultLevel
An interface for a set of classes which are used to choose the default
logging level. This allows the user to configure the default level in the
gwt.xml file.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classReturns Level.ALL as the default level.static classReturns Level.CONFIG as the default level.static classReturns Level.FINE as the default level.static classReturns Level.FINER as the default level.static classReturns Level.FINEST as the default level.static classReturns Level.INFO as the default level.static classReturns Level.SEVERE as the default level.static classReturns Level.WARNING as the default level. -
Method Summary
-
Method Details
-
getLevel
Level getLevel()
-