ar.com.leak.iolsucker.container.swing
Class OptionsView.VerbosityEnum

java.lang.Object
  extended by ar.com.leak.iolsucker.container.swing.OptionsView.VerbosityEnum
Enclosing class:
OptionsView

public static final class OptionsView.VerbosityEnum
extends Object

Enumearci�n de niveles de verborragia

Author:
Juan F. Codagnone

Field Summary
static OptionsView.VerbosityEnum ALL
          Debug: logeo de todas las cosas
static OptionsView.VerbosityEnum DEBUG
          Debug: logeo de casi todas las cosas
static OptionsView.VerbosityEnum NORMAL
          Normal: logeo de las cosas basicas
 
Method Summary
static List<OptionsView.VerbosityEnum> asList()
           
 String getDescription()
           
 org.apache.log4j.spi.Filter getFilter()
           
 String getName()
           
 String getPattern()
           
 void set()
          cambia la configuracion de log4j para poner las propiedades de este nivel.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

NORMAL

public static final OptionsView.VerbosityEnum NORMAL
Normal: logeo de las cosas basicas


DEBUG

public static final OptionsView.VerbosityEnum DEBUG
Debug: logeo de casi todas las cosas


ALL

public static final OptionsView.VerbosityEnum ALL
Debug: logeo de todas las cosas

Method Detail

getDescription

public String getDescription()
Returns:
the description representation for the enum entry

getName

public String getName()
Returns:
the name representation for the enum entry

toString

public String toString()
Overrides:
toString in class Object
See Also:
Object.toString()

getPattern

public String getPattern()
Returns:
the log4j pattern associated to this enum entry

getFilter

public org.apache.log4j.spi.Filter getFilter()
Returns:
the log4j filter associated to this enum entry

asList

public static List<OptionsView.VerbosityEnum> asList()
Returns:
una colecci�n con todas los enums registrados.

set

public void set()
cambia la configuracion de log4j para poner las propiedades de este nivel.



Copyright © 2005-2009 leak.com.ar. All Rights Reserved.