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 DefaultLevelAn 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 Classes Modifier and Type Interface Description static classDefaultLevel.AllReturns Level.ALL as the default level.static classDefaultLevel.ConfigReturns Level.CONFIG as the default level.static classDefaultLevel.FineReturns Level.FINE as the default level.static classDefaultLevel.FinerReturns Level.FINER as the default level.static classDefaultLevel.FinestReturns Level.FINEST as the default level.static classDefaultLevel.InfoReturns Level.INFO as the default level.static classDefaultLevel.SevereReturns Level.SEVERE as the default level.static classDefaultLevel.WarningReturns Level.WARNING as the default level.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.logging.LevelgetLevel()
-