|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Monitor.Level | |
|---|---|
| org.codehaus.waffle.monitor | |
| Uses of Monitor.Level in org.codehaus.waffle.monitor |
|---|
| Methods in org.codehaus.waffle.monitor that return Monitor.Level | |
|---|---|
static Monitor.Level |
Monitor.Level.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Monitor.Level[] |
Monitor.Level.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.codehaus.waffle.monitor that return types with arguments of type Monitor.Level | |
|---|---|
protected java.util.Map<java.lang.String,Monitor.Level> |
AbstractWritingMonitor.monitorLevels()
Creates the default map of monitor levels, keyed on the event name. |
| Methods in org.codehaus.waffle.monitor with parameters of type Monitor.Level | |
|---|---|
protected void |
SilentMonitor.write(Monitor.Level level,
java.lang.String message)
|
protected void |
ConsoleMonitor.write(Monitor.Level level,
java.lang.String message)
|
protected void |
CommonsLoggingMonitor.write(Monitor.Level level,
java.lang.String message)
|
protected abstract void |
AbstractWritingMonitor.write(Monitor.Level level,
java.lang.String message)
Writes message for a given level. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||