public class

LevelImplRegular

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

Class Overview

Implementation for the Level class when logging is enabled.

Summary

Public Constructors
LevelImplRegular()
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()
String toString()
Level warning()
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.google.gwt.logging.impl.LevelImpl

Public Constructors

public LevelImplRegular ()

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 String toString ()

public Level warning ()