Uses of Class
org.codehaus.waffle.monitor.MonitorLevel

Packages that use MonitorLevel
org.codehaus.waffle.monitor   
 

Uses of MonitorLevel in org.codehaus.waffle.monitor
 

Methods in org.codehaus.waffle.monitor that return MonitorLevel
static MonitorLevel MonitorLevel.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static MonitorLevel[] MonitorLevel.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.codehaus.waffle.monitor with parameters of type MonitorLevel
protected abstract  void AbstractWritingMonitor.write(MonitorLevel level, java.lang.String message)
          Writes message for a given level.
protected  void CommonsLoggingMonitor.write(MonitorLevel level, java.lang.String message)
           
protected  void SilentMonitor.write(MonitorLevel level, java.lang.String message)
           
 



Copyright © 2007 null. All Rights Reserved.