public class

LevelImplNull

extends Object
implements LevelImpl
java.lang.Object
   ↳ com.google.gwt.logging.impl.LevelImplNull

Class Overview

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

Summary

Public Constructors
LevelImplNull()
Public Methods
Level all()
Level config()
Level fine()
Level finer()
Level finest()
String getName()
Level info()
int intValue()
Level off()
Level parse(String name)
void setName(String newName)
void setValue(int newValue)
Level severe()
Level warning()
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.google.gwt.logging.impl.LevelImpl

Public Constructors

public LevelImplNull ()

Public Methods

public Level all ()

public Level config ()

public Level fine ()

public Level finer ()

public Level finest ()

public String getName ()

public Level info ()

public int intValue ()

public Level off ()

public Level parse (String name)

public void setName (String newName)

public void setValue (int newValue)

public Level severe ()

public Level warning ()