GWT 2.7.0

com.google.gwt.logging.client
Class DefaultLevel.All

java.lang.Object
  extended by com.google.gwt.logging.client.DefaultLevel.All
All Implemented Interfaces:
DefaultLevel
Enclosing interface:
DefaultLevel

public static class DefaultLevel.All
extends java.lang.Object
implements DefaultLevel

Returns Level.ALL as the default level.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.google.gwt.logging.client.DefaultLevel
DefaultLevel.All, DefaultLevel.Config, DefaultLevel.Fine, DefaultLevel.Finer, DefaultLevel.Finest, DefaultLevel.Info, DefaultLevel.Severe, DefaultLevel.Warning
 
Constructor Summary
DefaultLevel.All()
           
 
Method Summary
 java.util.logging.Level getLevel()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultLevel.All

public DefaultLevel.All()
Method Detail

getLevel

public java.util.logging.Level getLevel()
Specified by:
getLevel in interface DefaultLevel

GWT 2.7.0