edu.udo.cs.miningmart.m4.utils
Class PrintLevel

java.lang.Object
  extended byjava.util.logging.Level
      extended byedu.udo.cs.miningmart.m4.utils.PrintLevel
All Implemented Interfaces:
java.io.Serializable

public class PrintLevel
extends java.util.logging.Level

Subclass of Level for defining new Level in Print.

Version:
$Id: PrintLevel.java,v 1.3 2006/04/11 14:10:10 euler Exp $
Author:
Daniel Hakenjos
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.logging.Level
ALL, CONFIG, FINE, FINER, FINEST, INFO, OFF, SEVERE, WARNING
 
Constructor Summary
PrintLevel(java.lang.String name, int level)
           
 
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
 

Constructor Detail

PrintLevel

public PrintLevel(java.lang.String name,
                  int level)


Copyright © 2001-2005