org.opensourcephysics.controls
Class ConsoleLevel

java.lang.Object
  extended by java.util.logging.Level
      extended by org.opensourcephysics.controls.ConsoleLevel
All Implemented Interfaces:
java.io.Serializable

public class ConsoleLevel
extends java.util.logging.Level

See Also:
Serialized Form

Field Summary
static ConsoleLevel ERR_CONSOLE
           
static ConsoleLevel OUT_CONSOLE
           
 
Fields inherited from class java.util.logging.Level
ALL, CONFIG, FINE, FINER, FINEST, INFO, OFF, SEVERE, WARNING
 
Method Summary
 
Methods inherited from class java.util.logging.Level
equals, getLocalizedName, getName, getResourceBundleName, hashCode, intValue, parse, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

OUT_CONSOLE

public static final ConsoleLevel OUT_CONSOLE

ERR_CONSOLE

public static final ConsoleLevel ERR_CONSOLE