|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UserLog.Level | |
|---|---|
| org.nuiton.log | Ce package permet de mettre en place facilement des logs dans les applications. |
| Uses of UserLog.Level in org.nuiton.log |
|---|
| Methods in org.nuiton.log that return UserLog.Level | |
|---|---|
static UserLog.Level |
UserLog.Level.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static UserLog.Level[] |
UserLog.Level.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.nuiton.log with parameters of type UserLog.Level | |
|---|---|
protected static void |
UserLog.show(UserLog.Level level,
String msg,
Throwable cause)
Appel la methode setText de tous les listeners avec le message en parametre et si UserLog.isGraphicUI() retourne vrai affiche une boite
de dialogue avec le message |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||