Framework Serveur J2EE ACube V3.1.0
CLASSE PRECEDANTE CLASSE SUIVANTE
SOMMAIRE: ATTR CONSTR METH DETAIL: ATTR CONSTR METH

acube.framework.technical.log.level
Classe Security
java.lang.Object
  org.apache.log4j.Priority
      org.apache.log4j.Level
          acube.framework.technical.log.level.Security
Interfaces à implémenter:
Serializable

public class Security
hérite de org.apache.log4j.Level
Classe permettant de définir un nouveau niveau de trace "SECURITY"
Version:
1.0

Sommaire des Attributs
static final int
SHIFT_LEVEL
SHIFT_LEVEL entier représentant le niveau de décalage à partir du niveau FATAL pour définir le niveau SECURITY: entre le niveau ERROR et FATAL
static final Security
TRACE
TRACE
static final int
TRACE_INT
TRACE_INT entier représentant le niveau de la nouvelle trace => en dessous de FATAL
private static String
TRACE_STR
TRACE_STR String représentant la nouvelle trace
static final int
TWO
TWO le chiffre 2
Attributs hérités de la classe org.apache.log4j.Level
ALL, DEBUG, ERROR, FATAL, INFO, OFF, WARN
Attributs hérités de la classe org.apache.log4j.Priority
ALL_INT, DEBUG_INT, ERROR_INT, FATAL_INT, INFO_INT, OFF_INT, WARN_INT
Sommaire des Constructeurs
protected
Security(int level, String strLevel, int syslogEquiv)
Constructeur pour cette trace
Sommaire des Méthodes
static org.apache.log4j.Level
toLevel(int i)
Convert an integer passed as argument to a level.
static org.apache.log4j.Level
toLevel(String sArg)
Convert the String argument to a level.
static org.apache.log4j.Level
toLevel(String sArg, org.apache.log4j.Level defaultValue)
Convert the String argument to a level.
Méthodes héritées de la classe org.apache.log4j.Level
toLevel, toLevel, toLevel, toLevel
Méthodes héritées de la classe org.apache.log4j.Priority
equals, getAllPossiblePriorities, getSyslogEquivalent, isGreaterOrEqual, toInt, toPriority, toPriority, toPriority, toPriority, toString
Méthodes héritées de la classe java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Détail des Attributs
TWO
public static final int TWO
TWO le chiffre 2

SHIFT_LEVEL
public static final int SHIFT_LEVEL
SHIFT_LEVEL entier représentant le niveau de décalage à partir du niveau FATAL pour définir le niveau SECURITY: entre le niveau ERROR et FATAL

TRACE_INT
public static final int TRACE_INT
TRACE_INT entier représentant le niveau de la nouvelle trace => en dessous de FATAL

TRACE_STR
private static String TRACE_STR
TRACE_STR String représentant la nouvelle trace

TRACE
public static final Security TRACE
TRACE
Détail des Constructeurs
Security
protected Security(int level,
                   String strLevel,
                   int syslogEquiv)
Constructeur pour cette trace
Détail des méthodes
toLevel
public static org.apache.log4j.Level toLevel(String sArg)
Convert the String argument to a level. If the conversion fails then this method returns TRACE.
Voir Aussi:
org.apache.log4j.Level.toLevel(java.lang.String)

toLevel
public static org.apache.log4j.Level toLevel(String sArg,
                                             org.apache.log4j.Level defaultValue)
Convert the String argument to a level. If the conversion fails, return the level specified by the second argument, i.e. defaultValue.
Voir Aussi:
org.apache.log4j.Level.toLevel(java.lang.String, org.apache.log4j.Level)

toLevel
public static org.apache.log4j.Level toLevel(int i)
                                      throws IllegalArgumentException
Convert an integer passed as argument to a level. If the conversion fails, then this method returns DEBUG.
Exceptions:
IllegalArgumentException
Voir Aussi:
org.apache.log4j.Level.toLevel(int)

Framework Serveur J2EE ACube V3.1.0
CLASSE PRECEDANTE CLASSE SUIVANTE
SOMMAIRE: ATTR CONSTR METH DETAIL: ATTR CONSTR METH

Version 3.1.0 du 06/11/2009 / Etat : Validé
Cette création est mise à disposition selon le Contrat Paternité - Pas d'Utilisation Commerciale - Partage des Conditions Initiales à l'Identique disponible en ligne http://creativecommons.org/licenses/by-nc-sa/2.0/fr/ ou par courrier postal à Creative Commons, 559 Nathan Abbott Way, Stanford,California 94305, USA.
Documentation generated by DocFlex