Sidar, principal.
>>contenido
Fundación Sidar - Acceso Universal
Seminario SIDAR
Principal >> Aplicación: UAW >> Documentación de las clases java

uaw.util
Class UawLevel

java.lang.Object
  |
  +--java.util.logging.Level
        |
        +--uaw.util.UawLevel
All Implemented Interfaces:
java.io.Serializable

public class UawLevel
extends java.util.logging.Level

Nivel para los registros de informe propios del programa, de nombre "UAW" y prioridad -1.

Version:
1.0, 2004/06
Author:
Mireia Ribera
See Also:
Serialized Form

UML data model
legend graphical representation



Field Summary
Fields inherited from class java.util.logging.Level
ALL, CONFIG, FINE, FINER, FINEST, INFO, OFF, SEVERE, WARNING
Constructor Summary
UawLevel ()
Crea un nuevo nivel de nombre "UAW" y prioridad -1.
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

UawLevel

public UawLevel()

Crea un nuevo nivel de nombre "UAW" y prioridad -1.