public interface

LevelImpl

com.google.gwt.logging.impl.LevelImpl
Known Indirect Subclasses

Class Overview

Interface for the implementation of Level. We use a LevelImplNull to ensure that logging code compiles out when logging is disabled, and a LevelImplRegular to provide normal functionality when logging is enabled.

Summary

Public Methods
abstract Level all()
abstract Level config()
abstract Level fine()
abstract Level finer()
abstract Level finest()
abstract String getName()
abstract Level info()
abstract int intValue()
abstract Level off()
abstract Level parse(String name)
abstract void setName(String newName)
abstract void setValue(int newValue)
abstract Level severe()
abstract String toString()
abstract Level warning()

Public Methods

public abstract Level all ()

public abstract Level config ()

public abstract Level fine ()

public abstract Level finer ()

public abstract Level finest ()

public abstract String getName ()

public abstract Level info ()

public abstract int intValue ()

public abstract Level off ()

public abstract Level parse (String name)

public abstract void setName (String newName)

public abstract void setValue (int newValue)

public abstract Level severe ()

public abstract String toString ()

public abstract Level warning ()