com.google.gwt.logging.impl
Class LevelImplRegular
java.lang.Object
com.google.gwt.logging.impl.LevelImplRegular
- All Implemented Interfaces:
- LevelImpl
public class LevelImplRegular
- extends java.lang.Object
- implements LevelImpl
Implementation for the Level class when logging is enabled.
|
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.lang.String |
toString()
|
java.util.logging.Level |
warning()
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
LevelImplRegular
public LevelImplRegular()
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
toString
public java.lang.String toString()
- Specified by:
toString in interface LevelImpl- Overrides:
toString in class java.lang.Object
warning
public java.util.logging.Level warning()
- Specified by:
warning in interface LevelImpl