|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openmobileis.common.util.log.LogPriorities
Define priority code use by LogService to dispatch log message.
Field Summary | |
static int |
ALERT
Message alertant l'administrateur système qu'une action de sa part est requise. |
static int |
CRITIQUE
Message critique. |
static int |
DEBUG
Message de débogage. |
static int |
EMERGENCY
Message urgent. |
static int |
ERROR
Message d'erreur. |
static int |
INFO
Message à titre informatif. |
static int |
NOTICE
Message de fonctionement normal, sans gravité particulière. |
static int |
USERSYNCHRO
log spriority use to log user synchro data |
static int |
WARNING
Message d'avertissement. |
Constructor Summary | |
LogPriorities()
|
Method Summary | |
static java.lang.String |
toString(int service)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int EMERGENCY
public static final int ALERT
public static final int CRITIQUE
public static final int ERROR
public static final int WARNING
public static final int NOTICE
public static final int INFO
public static final int DEBUG
public static int USERSYNCHRO
Constructor Detail |
public LogPriorities()
Method Detail |
public static final java.lang.String toString(int service)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |