com.google.gwt.logging.impl
Class LevelImplNull

java.lang.Object
  extended by com.google.gwt.logging.impl.LevelImplNull
All Implemented Interfaces:
LevelImpl

public class LevelImplNull
extends java.lang.Object
implements LevelImpl

Null implementation for the Level class which ensures that calls to Level compile out when logging is disabled.


Constructor Summary
LevelImplNull()
           
 
Method Summary
 java.util.logging.Level all()
           
 java.util.logging.Level config()
           
 java.util.logging.Level fine()
           
 java.util.logging.Level finer()
           
 java.util.logging.Level finest()
           
 java.lang.String getName()
           
 java.util.logging.Level info()
           
 int intValue()
           
 java.util.logging.Level off()
           
 java.util.logging.Level parse(java.lang.String name)
           
 void setName(java.lang.String newName)
           
 void setValue(int newValue)
           
 java.util.logging.Level severe()
           
 java.util.logging.Level warning()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.gwt.logging.impl.LevelImpl
toString
 

Constructor Detail

LevelImplNull

public LevelImplNull()
Method Detail

all

public java.util.logging.Level all()
Specified by:
all in interface LevelImpl

config

public java.util.logging.Level config()
Specified by:
config in interface LevelImpl

fine

public java.util.logging.Level fine()
Specified by:
fine in interface LevelImpl

finer

public java.util.logging.Level finer()
Specified by:
finer in interface LevelImpl

finest

public java.util.logging.Level finest()
Specified by:
finest in interface LevelImpl

getName

public java.lang.String getName()
Specified by:
getName in interface LevelImpl

info

public java.util.logging.Level info()
Specified by:
info in interface LevelImpl

intValue

public int intValue()
Specified by:
intValue in interface LevelImpl

off

public java.util.logging.Level off()
Specified by:
off in interface LevelImpl

parse

public java.util.logging.Level parse(java.lang.String name)
Specified by:
parse in interface LevelImpl

setName

public void setName(java.lang.String newName)
Specified by:
setName in interface LevelImpl

setValue

public void setValue(int newValue)
Specified by:
setValue in interface LevelImpl

severe

public java.util.logging.Level severe()
Specified by:
severe in interface LevelImpl

warning

public java.util.logging.Level warning()
Specified by:
warning in interface LevelImpl