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
Modifier and TypeInterfaceDescriptionstatic class
Returns Level.ALL as the default level.static class
Returns Level.CONFIG as the default level.static class
Returns Level.FINE as the default level.static class
Returns Level.FINER as the default level.static class
Returns Level.FINEST as the default level.static class
Returns Level.INFO as the default level.static class
Returns Level.SEVERE as the default level.static class
Returns Level.WARNING as the default level. -
Method Summary
-
Method Details
-
getLevel
Level getLevel()
-